mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
fix build buster?
This commit is contained in:
parent
3f4245d597
commit
b484951cc2
1 changed files with 10 additions and 0 deletions
|
@ -25,3 +25,13 @@ link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||||
find_package(ZLIB)
|
find_package(ZLIB)
|
||||||
include_directories(${ZLIB_INCLUDE_DIRS})
|
include_directories(${ZLIB_INCLUDE_DIRS})
|
||||||
target_link_libraries(${TARGET_NAME} ${ZLIB_LIBRARIES})
|
target_link_libraries(${TARGET_NAME} ${ZLIB_LIBRARIES})
|
||||||
|
|
||||||
|
# link in the shared library
|
||||||
|
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
||||||
|
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
||||||
|
# link in the hifi voxels library
|
||||||
|
link_hifi_library(voxels ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
||||||
|
# link in the hifi avatars library
|
||||||
|
link_hifi_library(avatars ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
Loading…
Reference in a new issue