aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-09-28 15:29:55 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2015-09-28 20:26:20 +0000
commit1e8ad87d46659c072adf7521f172b4699d8357be (patch)
treed7799bedcbb54cf85ec030489e02bc96354f0a1d /packaging
parenta9445a4d365d6805b028f11c6b22b70907bbd63a (diff)
Cosmetic tidy up for the projects in the Visual Studio solution
Change-Id: Ie4ed28ee7e59def2e8a15433334988b4d0225d1d Reviewed-on: https://code.wireshark.org/review/10675 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt
index b40796cab2..4852f43a55 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -223,6 +223,7 @@ macro( ADD_NSIS_PACKAGE_TARGET )
${CMAKE_BINARY_DIR}/docbook/user-guide.chm
${DATAFILE_DIR}/uninstall.exe
)
+ set_target_properties(nsis_package_prep PROPERTIES FOLDER "Packaging")
# Dump the installer into ${CMAKE_CURRENT_SOURCE_DIR}/packaging/nsis to match
# the NMake environment for now.