From df231d9c52d8e94d2ef48f83beeef1455a0e7ce9 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 21 Jun 2016 15:30:33 +0200 Subject: [PATCH] libcodecs and libwsutil are DLLs, not static libraries Change-Id: I4486f35e07c72d4ca35d5649de25d0c9abd2a964 Reviewed-on: https://code.wireshark.org/review/16057 Reviewed-by: Pascal Quantin --- codecs/CMakeLists.txt | 2 +- wsutil/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt index 3981a863cc..5d926cb050 100644 --- a/codecs/CMakeLists.txt +++ b/codecs/CMakeLists.txt @@ -63,7 +63,7 @@ set_target_properties(wscodecs PROPERTIES COMPILE_DEFINITIONS "WS_BUILD_DLL" LINK_FLAGS "${WS_LINK_FLAGS}" VERSION ${FULL_SO_VERSION} SOVERSION 0 - FOLDER "Libs" + FOLDER "DLLs" ) if(ENABLE_APPLICATION_BUNDLE) diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt index 384bda65eb..704e824530 100644 --- a/wsutil/CMakeLists.txt +++ b/wsutil/CMakeLists.txt @@ -228,7 +228,7 @@ set_target_properties(wsutil PROPERTIES COMPILE_DEFINITIONS "WS_BUILD_DLL" LINK_FLAGS "${WS_LINK_FLAGS}" VERSION ${FULL_SO_VERSION} SOVERSION 0 - FOLDER "Libs") + FOLDER "DLLs") if(ENABLE_APPLICATION_BUNDLE) set_target_properties(wsutil PROPERTIES