aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-01-05 23:40:52 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2015-01-05 23:48:46 +0000
commita7a17047eb5a4a10c02aa6e0664ba30904621f52 (patch)
treef29651cfa843a8c0009e70e8eece9258c50ab0dc /capchild
parent1176db2ffe23a8467967787ea02912b8ad9807d3 (diff)
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 <graham.bloice@trihedral.com> Tested-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
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")