aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-09-13 10:51:40 +0000
committerJörg Mayer <jmayer@loplof.de>2006-09-13 10:51:40 +0000
commitac260321d9e77d7f0be287df1062a551bc146534 (patch)
treec4d8819b8a68597ae58bf3a7ba795887d36aef23 /CMakeLists.txt
parentf6976864bf313ed052b6b49a110f11eaff3e7cae (diff)
Add a comment
svn path=/trunk/; revision=19227
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 286cb1ba13..a3d5e6d85f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,9 @@ project(wireshark C)
set(dumpcap_LIBS wiretap)
+# Disable this later. Alternative: "make VERBOSE=1"
set(CMAKE_VERBOSE_MAKEFILE ON)
+
set(BUILD_SHARED_LIBS ON)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)