Add normal include path too
This commit is contained in:
parent
7c9cefc2d6
commit
c171a255f4
@ -15,7 +15,7 @@ include(FindPackageMessage)
|
|||||||
|
|
||||||
set(PREFIX "@CMAKE_INSTALL_PREFIX@")
|
set(PREFIX "@CMAKE_INSTALL_PREFIX@")
|
||||||
set(PolyVox_LIBRARY_DIRS "${PREFIX}/lib")
|
set(PolyVox_LIBRARY_DIRS "${PREFIX}/lib")
|
||||||
set(PolyVox_INCLUDE_DIRS "${PREFIX}/include/PolyVoxCore" "${PREFIX}/include/PolyVoxUtil")
|
set(PolyVox_INCLUDE_DIRS "${PREFIX}/include/PolyVoxCore" "${PREFIX}/include/PolyVoxUtil" "${PREFIX}/include)
|
||||||
set(PolyVox_LIBRARIES "PolyVoxUtil" "PolyVoxCore")
|
set(PolyVox_LIBRARIES "PolyVoxUtil" "PolyVoxCore")
|
||||||
|
|
||||||
message(STATUS "Found PolyVox")
|
message(STATUS "Found PolyVox")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user