1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Update Windows linked libraries in CMakeLists.txt

This commit is contained in:
Michał Janiszewski
2018-06-07 23:06:45 +02:00
committed by GitHub
parent 1958266e11
commit a4e803c03f

View File

@@ -93,7 +93,7 @@ endif ()
if (NOT DISABLE_NETWORK)
if (WIN32)
target_link_libraries(${PROJECT} ws2_32)
target_link_libraries(${PROJECT} ws2_32 crypt32 wldap32 version winmm imm32)
endif ()
# our HTTP implementation requires use of threads