mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:03:12 +02:00
add back linking of Winmm for DomainServer on WIN32
This commit is contained in:
parent
fbf4cc59ee
commit
7381848acb
1 changed files with 5 additions and 1 deletions
|
@ -32,4 +32,8 @@ add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
|
||||||
# link the shared hifi library
|
# link the shared hifi library
|
||||||
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
||||||
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||||
link_hifi_library(embedded-webserver ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(embedded-webserver ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
||||||
|
IF (WIN32)
|
||||||
|
target_link_libraries(${TARGET_NAME} Winmm)
|
||||||
|
ENDIF(WIN32)
|
Loading…
Reference in a new issue