mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:36:44 +02:00
Merge pull request #35 from birarda/reorganize
add dependency on shared library from voxel library
This commit is contained in:
commit
cd8604ebf2
1 changed files with 2 additions and 1 deletions
|
@ -18,5 +18,6 @@ file(GLOB HIFI_VOXELS_SRCS src/*.h src/*.cpp)
|
||||||
|
|
||||||
# create a library and set the property so it can be referenced later
|
# create a library and set the property so it can be referenced later
|
||||||
add_library(${TARGET_NAME} ${HIFI_VOXELS_SRCS})
|
add_library(${TARGET_NAME} ${HIFI_VOXELS_SRCS})
|
||||||
include_directories(${TARGET_NAME} ../shared/src)
|
add_dependencies(${TARGET_NAME} shared)
|
||||||
|
|
||||||
set(HIFI_VOXELS_LIBRARY ${TARGET_NAME})
|
set(HIFI_VOXELS_LIBRARY ${TARGET_NAME})
|
Loading…
Reference in a new issue