aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
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 /epan/dissectors/dcerpc
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 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/dcerpc/CMakeLists.txt b/epan/dissectors/dcerpc/CMakeLists.txt
index e8d9417e39..ee2077ea0e 100644
--- a/epan/dissectors/dcerpc/CMakeLists.txt
+++ b/epan/dissectors/dcerpc/CMakeLists.txt
@@ -43,6 +43,7 @@ if (WERROR)
endif()
add_executable(idl2wrs ${IDL2WRS_FILES})
+set_target_properties(idl2wrs PROPERTIES FOLDER "Executables")
target_link_libraries(idl2wrs ${GLIB2_LIBRARIES})