diff options
Diffstat (limited to 'project/cmake/scripts/common/PrepareEnv.cmake')
-rw-r--r-- | project/cmake/scripts/common/PrepareEnv.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/cmake/scripts/common/PrepareEnv.cmake b/project/cmake/scripts/common/PrepareEnv.cmake index fadca482d9..2ff71adaa1 100644 --- a/project/cmake/scripts/common/PrepareEnv.cmake +++ b/project/cmake/scripts/common/PrepareEnv.cmake @@ -68,7 +68,8 @@ file(COPY ${CORE_SOURCE_DIR}/project/cmake/scripts/common/AddonHelpers.cmake configure_file(${CORE_SOURCE_DIR}/project/cmake/XBMCConfig.cmake.in ${XBMC_LIB_DIR}/XBMCConfig.cmake @ONLY) ### copy all the addon binding header files to include/kodi -# parse addon-bindings.mk to get the list of header files to copy +# parse addon-bindings.mk to get the list of kodi's own header files to copy +# Note: Need to improve in future to use add-ons without Kodi's own headers! file(STRINGS ${CORE_SOURCE_DIR}/xbmc/addons/addon-bindings.mk bindings) string(REPLACE "\n" ";" bindings "${bindings}") foreach(binding ${bindings}) |