mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 18:07:53 +01:00
Update Windows linked libraries in CMakeLists.txt
This commit is contained in:
committed by
GitHub
parent
1958266e11
commit
a4e803c03f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user