mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 13:44:36 +02:00
Theoretical fix for windows build of tests/metavoxels
This commit is contained in:
parent
dabf3e34d6
commit
c8bb539a0c
1 changed files with 3 additions and 0 deletions
|
@ -29,4 +29,7 @@ include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
||||||
link_hifi_library(metavoxels ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(metavoxels ${TARGET_NAME} ${ROOT_DIR})
|
||||||
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
||||||
|
IF (WIN32)
|
||||||
|
target_link_libraries(${TARGET_NAME} Winmm Ws2_32)
|
||||||
|
ENDIF(WIN32)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue