summaryrefslogtreecommitdiffstats
path: root/project/cmake/scripts/osx/ExtraTargets.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/scripts/osx/ExtraTargets.cmake')
-rw-r--r--project/cmake/scripts/osx/ExtraTargets.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/cmake/scripts/osx/ExtraTargets.cmake b/project/cmake/scripts/osx/ExtraTargets.cmake
new file mode 100644
index 0000000..ed9c089
--- /dev/null
+++ b/project/cmake/scripts/osx/ExtraTargets.cmake
@@ -0,0 +1,3 @@
1# XBMCHelper
2add_subdirectory(${CORE_SOURCE_DIR}/tools/EventClients/Clients/OSXRemote build/XBMCHelper)
3add_dependencies(${APP_NAME_LC} XBMCHelper)