From 1e8ad87d46659c072adf7521f172b4699d8357be Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Mon, 28 Sep 2015 15:29:55 +0100 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice --- epan/dissectors/dcerpc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/dcerpc') 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}) -- cgit v1.2.3