Skip to content

Commit

Permalink
[cmake] add library.kodi.adsp
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnipex authored and FernetMenta committed Sep 17, 2015
1 parent 8f29dcd commit 9cc6330
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/addons/library.kodi.adsp/CMakeLists.txt
@@ -0,0 +1,10 @@
set(SOURCES libKODI_adsp.cpp)

include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CORE_SOURCE_DIR}/xbmc/addons/include
${CORE_SOURCE_DIR}/xbmc)
#${CORE_SOURCE_DIR}/xbmc/cores/VideoPlayer/DVDDemuxers)

set(CMAKE_POSITION_INDEPENDENT_CODE 1)

core_add_library(KODI_adsp 1)

0 comments on commit 9cc6330

Please sign in to comment.