mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 08:22:09 +02:00
fix windows build
This commit is contained in:
parent
17abbc4715
commit
0c55447809
2 changed files with 2 additions and 2 deletions
|
@ -41,5 +41,5 @@ if (UNIX)
|
|||
endif (UNIX)
|
||||
|
||||
IF (WIN32)
|
||||
target_link_libraries(${TARGET_NAME} Winmm)
|
||||
target_link_libraries(${TARGET_NAME} Winmm Ws2_32)
|
||||
ENDIF(WIN32)
|
||||
|
|
|
@ -35,5 +35,5 @@ link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
|||
link_hifi_library(embedded-webserver ${TARGET_NAME} ${ROOT_DIR})
|
||||
|
||||
IF (WIN32)
|
||||
target_link_libraries(${TARGET_NAME} Winmm)
|
||||
target_link_libraries(${TARGET_NAME} Winmm Ws2_32)
|
||||
ENDIF(WIN32)
|
Loading…
Reference in a new issue