From a4e803c03f51f727f2d905940c1690c8fa5e1731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 7 Jun 2018 23:06:45 +0200 Subject: [PATCH] Update Windows linked libraries in CMakeLists.txt --- src/openrct2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/CMakeLists.txt b/src/openrct2/CMakeLists.txt index c3b79a2c48..5dd253ec14 100644 --- a/src/openrct2/CMakeLists.txt +++ b/src/openrct2/CMakeLists.txt @@ -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