From 13cde69da2dfebc3eff1b5d04691d432453f3d5c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 12 Apr 2013 15:03:02 -0700 Subject: [PATCH] include the shared headers to the voxel library --- libraries/voxels/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/voxels/CMakeLists.txt b/libraries/voxels/CMakeLists.txt index a1fe6b5922..376d652d00 100644 --- a/libraries/voxels/CMakeLists.txt +++ b/libraries/voxels/CMakeLists.txt @@ -18,4 +18,5 @@ file(GLOB HIFI_VOXELS_SRCS src/*.h src/*.cpp) # create a library and set the property so it can be referenced later add_library(${TARGET_NAME} ${HIFI_VOXELS_SRCS}) +include_directories(${TARGET_NAME} ../shared/src) set(HIFI_VOXELS_LIBRARY ${TARGET_NAME}) \ No newline at end of file