aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2013-10-13 09:21:55 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2013-10-13 09:21:55 +0000
commit9c4ee86784bd0f5cb02f7e7b7af639438352d83b (patch)
treebfaca5c6711a3f6ba372e99804a95240069f320d /wsutil
parentf5decf57f10d7d71410b431b4416ef719f05496a (diff)
Add CMake properties to targets so that they are logically organised when using a Visual Studio solution.
Add CMake properties to group the source files in epan into logical blocks when using a Visual Studio solution. svn path=/trunk/; revision=52580
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index f863f7942b..cbc5d0de03 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -72,6 +72,9 @@ set(wsutil_LIBS
${GCRYPT_LIBRARIES}
${WIN_WSOCK32_LIBRARY}
)
+IF(WIN32)
+ set(wsutil_LIBS ${wsutil_LIBS} "ws2_32.lib")
+ENDIF(WIN32)
set(CLEAN_FILES
${WSUTIL_FILES}
@@ -94,6 +97,7 @@ set(FULL_SO_VERSION "0.0.0")
set_target_properties(wsutil PROPERTIES COMPILE_DEFINITIONS "WS_BUILD_DLL")
set_target_properties(wsutil PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}")
set_target_properties(wsutil PROPERTIES VERSION ${FULL_SO_VERSION} SOVERSION 0)
+set_target_properties(wsutil PROPERTIES FOLDER "DLLs")
# discover and substitute list of include directories for ABI compatibility
# checks