From 96779de920fa5f308f29c35dce54d48e5d19b670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 18 Mar 2010 10:27:17 +0000 Subject: cmake changes: - Add checking for linker flags - Install plugins with the name including the Wireshark version. This will make it easier to find matching plugin versions if files get just copied over. svn path=/trunk/; revision=32231 --- wsutil/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'wsutil') diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt index 81b9eceace..96b96b70d5 100644 --- a/wsutil/CMakeLists.txt +++ b/wsutil/CMakeLists.txt @@ -43,6 +43,7 @@ set(wsutil_LIBS add_library(wsutil ${LINK_MODE_LIB} ${WSUTIL_FILES} ) +set_target_properties(wsutil PROPERTIES LINK_FLAGS ${WS_LINK_FLAGS}) target_link_libraries(wsutil ${wsutil_LIBS}) -- cgit v1.2.3