aboutsummaryrefslogtreecommitdiff
path: root/lib/libUPnP
diff options
context:
space:
mode:
authorChristian Fetzer <fetzer.ch@gmail.com>2016-07-23 19:31:19 +0200
committerChristian Fetzer <fetzer.ch@gmail.com>2016-07-27 23:17:34 +0200
commit09288325769cf224887ec2144e9fc84f7d969a12 (patch)
tree359f9c2e0901ec158528a365caa3625c0b22445e /lib/libUPnP
parentbbccc9e8a4af3721dc88c484dca13b0a43fcf76e (diff)
[cmake] Group sources and targets into folders
Diffstat (limited to 'lib/libUPnP')
-rw-r--r--lib/libUPnP/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libUPnP/CMakeLists.txt b/lib/libUPnP/CMakeLists.txt
index 5c135a0d3e..73a1d74935 100644
--- a/lib/libUPnP/CMakeLists.txt
+++ b/lib/libUPnP/CMakeLists.txt
@@ -111,4 +111,5 @@ if(CORE_SYSTEM_NAME STREQUAL windows)
target_include_directories(upnp PRIVATE Neptune/Source/System/Win32)
endif()
set_target_properties(upnp PROPERTIES FOLDER lib)
+source_group_by_folder(upnp)
set(core_DEPENDS upnp ${core_DEPENDS} CACHE STRING "" FORCE)