diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9151fe479..2711336fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -114,7 +114,7 @@ IF (APPLE) | |||
| 114 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++") | 114 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++") |
| 115 | set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++") | 115 | set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++") |
| 116 | ELSEIF(WIN32) | 116 | ELSEIF(WIN32) |
| 117 | set(PLATFORM_LIBRARIES winmm) | 117 | set(PLATFORM_LIBRARIES winmm ws2_32) |
| 118 | ELSE() | 118 | ELSE() |
| 119 | set(PLATFORM_LIBRARIES rt) | 119 | set(PLATFORM_LIBRARIES rt) |
| 120 | ENDIF (APPLE) | 120 | ENDIF (APPLE) |