mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +02:00
fix build buster
This commit is contained in:
parent
2930ae0f9b
commit
9654f025b4
1 changed files with 4 additions and 0 deletions
|
@ -36,3 +36,7 @@ link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||||
# link in the hifi octree library
|
# link in the hifi octree library
|
||||||
link_hifi_library(octree ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(octree ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
||||||
|
# link dl library on UNIX for civetweb
|
||||||
|
if (UNIX AND NOT APPLE)
|
||||||
|
target_link_libraries(${TARGET_NAME} ${CMAKE_DL_LIBS})
|
||||||
|
endif (UNIX AND NOT APPLE)
|
Loading…
Reference in a new issue