diff options
Diffstat (limited to 'cmake/scripts/linux/Install.cmake')
-rw-r--r-- | cmake/scripts/linux/Install.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake index 54a0abd2e6..613a989649 100644 --- a/cmake/scripts/linux/Install.cmake +++ b/cmake/scripts/linux/Install.cmake @@ -154,6 +154,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxPac ${CMAKE_SOURCE_DIR}/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h ${CMAKE_SOURCE_DIR}/xbmc/cores/AudioEngine/Utils/AEChannelData.h ${CMAKE_SOURCE_DIR}/xbmc/filesystem/IFileTypes.h + ${CMAKE_SOURCE_DIR}/xbmc/input/ActionIDs.h ${CMAKE_SOURCE_DIR}/xbmc/input/XBMC_vkeys.h DESTINATION ${includedir}/${APP_NAME_LC} COMPONENT kodi-addon-dev) |