mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 06:42:10 +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
|
||||
if (WIN32)
|
||||
#target_link_libraries(${TARGET_NAME} wsock32.lib Winmm.lib)
|
||||
target_link_libraries(${TARGET_NAME} wsock32.lib Winmm.lib)
|
||||
else (WIN32)
|
||||
# Nothing else required on linux apparently
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue