From c171a255f4b71dc1c286c93137731896c2271719 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sat, 22 Nov 2008 20:19:26 +0000 Subject: [PATCH] Add normal include path too --- library/PolyVoxConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxConfig.cmake.in b/library/PolyVoxConfig.cmake.in index 7b47786c..c9dacb14 100644 --- a/library/PolyVoxConfig.cmake.in +++ b/library/PolyVoxConfig.cmake.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")