diff options
Diffstat (limited to 'project/cmake/xbmc-config.cmake.in')
| -rw-r--r-- | project/cmake/xbmc-config.cmake.in | 4 |
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 @@ | |||
| 1 | message(WARNING "find_package(xbmc) has been deprecated, please use find_package(kodi)") | ||
| 2 | |||
| 3 | find_package(kodi REQUIRED) | ||
| 4 | set(XBMC_INCLUDE_DIR ${KODI_INCLUDE_DIR}) \ No newline at end of file | ||
