From 3b34b557f837ec7664983777123f7e328ba6f80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 24 Jun 2012 19:41:13 +0000 Subject: Also add ws80211_utils.c for CMake builds. Build with -g to make debugging easier. The debug info will get removed on installation. svn path=/trunk/; revision=43464 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index eae1a8d5c5..4f82ba9a18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,6 +105,7 @@ include(CMakeOptions.txt) set(WIRESHARK_C_FLAGS -O2 + -g -Wall -W -Wextra @@ -700,6 +701,7 @@ if( (BUILD_wireshark AND GTK_FOUND) OR (BUILD_qtshark AND QT_FOUND) ) u3.c ui/alert_box.c ui/util.c + ws80211_utils.c ${SHARK_COMMON_CAPTURE_SRC} ${WIRESHARK_COMMON_SRC} ) -- cgit v1.2.3