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 --- packaging/nsis/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging/nsis') diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt index 63a549fbb5..bf56d23b37 100644 --- a/packaging/nsis/CMakeLists.txt +++ b/packaging/nsis/CMakeLists.txt @@ -185,6 +185,7 @@ macro( ADD_NSIS_UNINSTALLER_TARGET ) add_custom_target(nsis_uninstaller DEPENDS ${DATAFILE_DIR}/uninstall.exe ) + set_target_properties(nsis_uninstaller PROPERTIES FOLDER "Packaging") add_custom_command(OUTPUT ${DATAFILE_DIR}/uninstall.exe DEPENDS ${_nsis_source_dir}/uninstall.nsi ${_nsis_source_dir}/common.nsh @@ -203,6 +204,7 @@ macro( ADD_NSIS_PACKAGE_TARGET ) DEPENDS ${_nsis_package} ) + set_target_properties(nsis_package PROPERTIES FOLDER "Packaging") # qt-dll-manifest.nsh. Created using Wireshark.exe. add_custom_command(OUTPUT ${_nsis_binary_dir}/qt-dll-manifest.nsh COMMAND set "PATH=%PATH%;${QT_BIN_PATH}" -- cgit v1.2.1