Skip to content

Commit

Permalink
[cmake] Update to p8-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
hudokkow committed Jan 6, 2016
1 parent 741b9b0 commit e64692d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ enable_language(CXX)

find_package(kodi REQUIRED)
find_package(kodiplatform REQUIRED)
find_package(platform REQUIRED)
find_package(p8-platform REQUIRED)
find_package(TinyXML REQUIRED)
find_package(JsonCpp REQUIRED)

include_directories(${kodiplatform_INCLUDE_DIRS}
${platform_INCLUDE_DIRS}
${p8-platform_INCLUDE_DIRS}
${KODI_INCLUDE_DIR}
${PROJECT_SOURCE_DIR}/lib
${TINYXML_INCLUDE_DIRS}
Expand Down

0 comments on commit e64692d

Please sign in to comment.