From 9c4ee86784bd0f5cb02f7e7b7af639438352d83b Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Sun, 13 Oct 2013 09:21:55 +0000 Subject: Add CMake properties to targets so that they are logically organised when using a Visual Studio solution. Add CMake properties to group the source files in epan into logical blocks when using a Visual Studio solution. svn path=/trunk/; revision=52580 --- plugins/m2m/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/m2m/CMakeLists.txt') diff --git a/plugins/m2m/CMakeLists.txt b/plugins/m2m/CMakeLists.txt index 68a250c1b4..e0d6cc97ed 100644 --- a/plugins/m2m/CMakeLists.txt +++ b/plugins/m2m/CMakeLists.txt @@ -59,6 +59,7 @@ add_library(m2m ${LINK_MODE_MODULE} ) set_target_properties(m2m PROPERTIES PREFIX "") set_target_properties(m2m PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") +set_target_properties(m2m PROPERTIES FOLDER "Plugins") target_link_libraries(m2m epan) -- cgit v1.2.3