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 22, 2016
1 parent 1031b8f commit 8d06532
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,11 +8,11 @@ enable_language(CXX)

find_package(kodi REQUIRED)
find_package(kodiplatform REQUIRED)
find_package(platform REQUIRED)
find_package(p8-platform REQUIRED)
find_package(TinyXML2 REQUIRED)

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

0 comments on commit 8d06532

Please sign in to comment.