fix build buster

This commit is contained in:
ZappoMan 2013-12-04 21:33:59 -08:00
parent 2930ae0f9b
commit 9654f025b4

View file

@ -36,3 +36,7 @@ link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
# link in the hifi octree library
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)