Set all the required variables in the PolyVoxConfig.cmake file

This commit is contained in:
Matt Williams 2009-09-02 23:31:57 +00:00
parent 1664a86a7b
commit daf489a605

View File

@ -24,9 +24,11 @@ set(PolyVoxCore_INCLUDE_DIRS "${PREFIX}/@PolyVoxCore_INCLUDE_INSTALL_DIRS@")
set(PolyVoxUtil_INCLUDE_DIRS "${PREFIX}/@PolyVoxUtil_INCLUDE_INSTALL_DIRS@")
set(PolyVox_INCLUDE_DIRS "${PolyVoxCore_INCLUDE_DIRS}" "${PolyVoxUtil_INCLUDE_DIRS}" "${PREFIX}/include")
set(PolyVox_LIBRARIES "PolyVoxUtil" "PolyVoxCore")
set(PolyVoxCore_LIBRARIES "PolyVoxCore")
set(PolyVoxUtil_LIBRARIES "PolyVoxUtil")
set(PolyVox_LIBRARIES "${PolyVoxCore_LIBRARIES};${PolyVoxUtil_LIBRARIES}")
message(STATUS "Found PolyVox")
message(STATUS " libraries : '${PolyVox_LIBRARIES}' from ${PolyVox_LIBRARY_DIRS}")
message(STATUS " libraries : '${PolyVoxCore_LIBRARIES}' from ${PolyVoxCore_LIBRARY_DIRS}")
message(STATUS " : '${PolyVoxUtil_LIBRARIES}' from ${PolyVoxUtil_LIBRARY_DIRS}")
message(STATUS " includes : ${PolyVox_INCLUDE_DIRS}")