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 --- capchild/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'capchild/CMakeLists.txt') diff --git a/capchild/CMakeLists.txt b/capchild/CMakeLists.txt index 8535144550..cc94e47d3f 100644 --- a/capchild/CMakeLists.txt +++ b/capchild/CMakeLists.txt @@ -43,5 +43,6 @@ add_library(capchild STATIC ${CAPCHILD_SRC} ) -set_target_properties(capchild PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") -set_target_properties(capchild PROPERTIES FOLDER "CAPCHILD") +set_target_properties(capchild PROPERTIES + LINK_FLAGS "${WS_LINK_FLAGS}" + FOLDER "Libs") -- cgit v1.2.3