diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 4332ae24be..0baf709082 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -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()