aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-06-20 18:46:16 +0000
committerJörg Mayer <jmayer@loplof.de>2012-06-20 18:46:16 +0000
commitb5c1bd803c9bc87e3e4b0a186aa531a5301f648a (patch)
treea02682551e2a610478d022876ac4d7a1f828c0ad /CMakeLists.txt
parent646212685cf4114faed0daa0075cd7030d0a5415 (diff)
Copy over Makefile.common changes to CMakeLists
svn path=/trunk/; revision=43416
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 045b7c819f..e8ca8e551d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -919,6 +919,7 @@ if(BUILD_dumpcap AND PCAP_FOUND)
sync_pipe_write.c
tempfile.c
version_info.c
+ ws80211_utils.c
${PLATFORM_SRC}
)
add_executable(dumpcap ${dumpcap_FILES})