aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJoakim Plate <elupus@ecce.se>2013-12-16 21:27:47 +0100
committerJoakim Plate <elupus@ecce.se>2013-12-16 21:27:47 +0100
commit738432643d7055603e37e2b6380132a3076915cd (patch)
treed16041c087cec990a867471267d5ff35b9bbe01b /project
parent27d94da763b70a2eba05df49a0f0eb603a387c4b (diff)
Revert add of generated file in 66e8eb2e9c0c9d7f044850ddd5e3b8e6aeb14925
Diffstat (limited to 'project')
-rw-r--r--project/cmake/xbmc-config.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/project/cmake/xbmc-config.cmake b/project/cmake/xbmc-config.cmake
deleted file mode 100644
index 5e2927b55d..0000000000
--- a/project/cmake/xbmc-config.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-SET(XBMC_INCLUDE_DIR /usr/local/include)
-LIST(APPEND CMAKE_MODULE_PATH /usr/local/lib/xbmc)
-ADD_DEFINITIONS(-DTARGET_POSIX -DTARGET_LINUX -D_LINUX)
-
-include(xbmc-addon-helpers)