overte-lubosz/tests/octree/CMakeLists.txt
2014-08-08 13:17:54 -07:00

10 lines
218 B
CMake

set(TARGET_NAME octree-tests)
setup_hifi_project(${TARGET_NAME})
# link in the shared libraries
link_hifi_libraries(${TARGET_NAME} octree)
IF (WIN32)
target_link_libraries(${TARGET_NAME} wsock32.lib)
ENDIF(WIN32)