summaryrefslogtreecommitdiff
path: root/wsutil/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-21 13:20:18 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-21 20:21:03 +0000
commit00f23a4f5c21377c2a1421bbe884518e14898a88 (patch)
tree8e6e4993bd1abb7129d694eb5107dde5bb166126 /wsutil/CMakeLists.txt
parent9e8fb87a3eec510f0b6117af029dbc3651ef9c30 (diff)
downloadwireshark-00f23a4f5c21377c2a1421bbe884518e14898a88.tar.gz
Move the routine to get a CPU information string to wsutil.
Change-Id: Ibf6e57d7382cbbd831a0367fd48d684118712408 Reviewed-on: https://code.wireshark.org/review/2523 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil/CMakeLists.txt')
-rw-r--r--wsutil/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index a08787a1c7..697481bdd5 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -47,6 +47,7 @@ set(WSUTIL_FILES
cfutils.c
compiler_info.c
copyright_info.c
+ cpu_info.c
crash_info.c
crc10.c
crc16.c