mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
8b9017a244
1 changed files with 1 additions and 0 deletions
|
@ -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
|
# 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)
|
||||||
set(HIFI_VOXELS_LIBRARY ${TARGET_NAME})
|
set(HIFI_VOXELS_LIBRARY ${TARGET_NAME})
|
Loading…
Reference in a new issue