summaryrefslogtreecommitdiffstats
path: root/project/cmake/xbmc-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/xbmc-config.cmake.in')
-rw-r--r--project/cmake/xbmc-config.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/cmake/xbmc-config.cmake.in b/project/cmake/xbmc-config.cmake.in
new file mode 100644
index 0000000..73d1c9c
--- /dev/null
+++ b/project/cmake/xbmc-config.cmake.in
@@ -0,0 +1,4 @@
1message(WARNING "find_package(xbmc) has been deprecated, please use find_package(kodi)")
2
3find_package(kodi REQUIRED)
4set(XBMC_INCLUDE_DIR ${KODI_INCLUDE_DIR}) \ No newline at end of file