Add normal include path too
This commit is contained in:
		| @@ -15,7 +15,7 @@ include(FindPackageMessage) | ||||
|  | ||||
| set(PREFIX "@CMAKE_INSTALL_PREFIX@") | ||||
| 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") | ||||
|  | ||||
| message(STATUS "Found PolyVox") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user