mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 15:38:00 +02:00
Fix
This commit is contained in:
parent
dda99bfea6
commit
9ba5670c76
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ else (APPLE)
|
||||||
|
|
||||||
# link target to external libraries
|
# link target to external libraries
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
#target_link_libraries(${TARGET_NAME} wsock32.lib Winmm.lib)
|
target_link_libraries(${TARGET_NAME} wsock32.lib Winmm.lib)
|
||||||
else (WIN32)
|
else (WIN32)
|
||||||
# Nothing else required on linux apparently
|
# Nothing else required on linux apparently
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue