diff options
author | Christian Fetzer <fetzer.ch@gmail.com> | 2016-07-23 19:31:19 +0200 |
---|---|---|
committer | Christian Fetzer <fetzer.ch@gmail.com> | 2016-07-27 23:17:34 +0200 |
commit | 09288325769cf224887ec2144e9fc84f7d969a12 (patch) | |
tree | 359f9c2e0901ec158528a365caa3625c0b22445e /tools | |
parent | bbccc9e8a4af3721dc88c484dca13b0a43fcf76e (diff) |
[cmake] Group sources and targets into folders
Diffstat (limited to 'tools')
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/CMakeLists.txt b/tools/EventClients/Clients/OSXRemote/CMakeLists.txt index 6bbe589882..10b824356a 100644 --- a/tools/EventClients/Clients/OSXRemote/CMakeLists.txt +++ b/tools/EventClients/Clients/OSXRemote/CMakeLists.txt @@ -11,7 +11,8 @@ add_executable(XBMCHelper ${SOURCES} ${HEADERS}) set_target_properties(XBMCHelper PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/tools/darwin/runtime RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR}/tools/darwin/runtime - RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}/tools/darwin/runtime) + RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}/tools/darwin/runtime + FOLDER Tools) target_link_libraries(XBMCHelper PRIVATE ${SYSTEM_LDFLAGS} "-framework IOKit" |