aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-02 16:33:01 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-02 16:33:01 +0000
commitd26cdc30ea07e2ada9ee319a1ac4abdae0830ea3 (patch)
treeb428dcb68b9835ca071c0df8876c6d6e7a6dd034 /wiretap
parent822d0a22428f55d59fee9281d934f3826735157d (diff)
Beginnings of getting cmake to build stuff in epan.
It's only beginnings, so epan is commented out in the subdirs statement. This is more a synch to avoid duplicate work and creating conflicting patches to the cmake stuff. svn path=/trunk/; revision=29666
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index 3936e3896b..ce4d658e36 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -86,6 +86,8 @@ add_library(wiretap SHARED
)
install(TARGETS wiretap
- LIBRARY DESTINATION lib
- RUNTIME DESTINATION lib
- ARCHIVE DESTINATION lib)
+ LIBRARY DESTINATION lib
+ RUNTIME DESTINATION lib
+ ARCHIVE DESTINATION lib
+)
+