From a7a17047eb5a4a10c02aa6e0664ba30904621f52 Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Mon, 5 Jan 2015 23:40:52 +0000 Subject: Minor CMake updates to better group build artefacts Move capchild, caputils, codecs and wsutil into a Libs group Move gtkui into UI group Move update-sminmpec into tools group Change-Id: Iaf2bfe4697265af2c3ed9c9d7de2d5d1ef3cafee Reviewed-on: https://code.wireshark.org/review/6332 Reviewed-by: Graham Bloice Tested-by: Graham Bloice --- caputils/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'caputils/CMakeLists.txt') diff --git a/caputils/CMakeLists.txt b/caputils/CMakeLists.txt index a3a308ba0f..3bf314f98a 100644 --- a/caputils/CMakeLists.txt +++ b/caputils/CMakeLists.txt @@ -65,5 +65,6 @@ add_library(caputils STATIC ${CAPUTILS_SRC} ) -set_target_properties(caputils PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") -set_target_properties(caputils PROPERTIES FOLDER "CAPUTILS") +set_target_properties(caputils PROPERTIES + LINK_FLAGS "${WS_LINK_FLAGS}" + FOLDER "Libs") -- cgit v1.2.1