aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8863c4..02699d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,7 +121,7 @@ if(WIN32)
121 if(NOT CMAKE_SYSTEM_NAME MATCHES "WindowsStore") 121 if(NOT CMAKE_SYSTEM_NAME MATCHES "WindowsStore")
122 add_definitions(-D_WIN32_WINNT=0x0600) 122 add_definitions(-D_WIN32_WINNT=0x0600)
123 endif() 123 endif()
124 set(PLATFORM_LIBS ${PLATFORM_LIBS} ws2_32 bcrypt) 124 set(PLATFORM_LIBS ${PLATFORM_LIBS} ws2_32 ntdll bcrypt)
125endif() 125endif()
126 126
127if(MSVC) 127if(MSVC)