diff options
Diffstat (limited to 'project/cmake/scripts/linux/ExtraTargets.cmake')
| -rw-r--r-- | project/cmake/scripts/linux/ExtraTargets.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/project/cmake/scripts/linux/ExtraTargets.cmake b/project/cmake/scripts/linux/ExtraTargets.cmake deleted file mode 100644 index 2bb5f6f..0000000 --- a/project/cmake/scripts/linux/ExtraTargets.cmake +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | # xrandr | ||
| 2 | if(ENABLE_X11 AND X_FOUND AND XRANDR_FOUND) | ||
| 3 | find_package(X QUIET) | ||
| 4 | find_package(XRandR QUIET) | ||
| 5 | add_executable(${APP_NAME_LC}-xrandr ${CORE_SOURCE_DIR}/xbmc-xrandr.c) | ||
| 6 | target_link_libraries(${APP_NAME_LC}-xrandr ${SYSTEM_LDFLAGS} ${X_LIBRARIES} m ${XRANDR_LIBRARIES}) | ||
| 7 | endif() | ||
| 8 | |||
| 9 | # WiiRemote | ||
| 10 | if(ENABLE_EVENTCLIENTS) | ||
| 11 | add_subdirectory(${CORE_SOURCE_DIR}/tools/EventClients/Clients/WiiRemote build/WiiRemote) | ||
| 12 | endif() | ||
