Skip to content

Commit

Permalink
Port differences from pvr add-on CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Mar 3, 2015
1 parent fcbed95 commit 5ae367c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ find_package(kodi REQUIRED)
find_package(kodiplatform REQUIRED)
find_package(Sdl)

include_directories(${kodiplatform_INCLUDE_DIRS}
include_directories(${INCLUDES}
${kodiplatform_INCLUDE_DIRS}
${SDL_INCLUDE_DIRS}
${KODI_INCLUDE_DIR}
${PROJECT_SOURCE_DIR}/src)

set(DEPLIBS ${kodiplatform_LIBRARIES})
list(APPEND DEPLIBS ${kodiplatform_LIBRARIES})

set(JOYSTICK_SOURCES src/addon.cpp
src/api/Joystick.cpp
Expand Down

0 comments on commit 5ae367c

Please sign in to comment.