Merge pull request #34 from birarda/reorganize

include the shared headers to the voxel library
This commit is contained in:
birarda 2013-04-12 15:03:36 -07:00
commit f64dc9fce7

View file

@ -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})