mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 10:47:53 +02:00
Revert "add dependency to shared library from voxel library"
This reverts commit e9d71c9406
.
This commit is contained in:
parent
a2d298a8e6
commit
9b73d2559d
1 changed files with 1 additions and 2 deletions
|
@ -18,6 +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})
|
||||
add_dependencies(${TARGET_NAME} shared)
|
||||
|
||||
include_directories(${TARGET_NAME} ../shared/src)
|
||||
set(HIFI_VOXELS_LIBRARY ${TARGET_NAME})
|
Loading…
Reference in a new issue