From 680dfc1e2fa755e08981d1e4ce523bff04f42384 Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Thu, 19 Mar 2015 16:51:02 +0000 Subject: CMake cleanup for VS solution Add FOLDER properties to targets to tidy up the VS solution Change-Id: Ia42e0e89fb490cd3dcd33b7c5f59eb0a27b74c7a Reviewed-on: https://code.wireshark.org/review/7822 Petri-Dish: Graham Bloice Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 091a58d12b..0a983f3c17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2302,6 +2302,7 @@ add_custom_target(test-sh -P ${CMAKE_SOURCE_DIR}/cmake/modules/GenerateTestSh.cmake DEPENDS ${CMAKE_SOURCE_DIR}/cmake/modules/GenerateTestSh.cmake ) +set_target_properties(test-sh PROPERTIES FOLDER "Tests") add_custom_target(test-programs DEPENDS test-sh @@ -2312,6 +2313,7 @@ add_custom_target(test-programs wmem_test COMMENT "Building unit test programs and wrapper" ) +set_target_properties(test-programs PROPERTIES FOLDER "Tests") # -- cgit v1.2.3