From 57103563087abaa9ab268e1400359a05ad9201ca Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Mon, 25 Dec 2023 13:30:06 +0100 Subject: [PATCH] test win build --- story-editor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/story-editor/CMakeLists.txt b/story-editor/CMakeLists.txt index 362736c..f278917 100644 --- a/story-editor/CMakeLists.txt +++ b/story-editor/CMakeLists.txt @@ -217,7 +217,7 @@ elseif(WIN32) target_link_libraries(${STORY_EDITOR_PROJECT} OpenGL::GL # SDL2::SDL2main - SDL2::SDL2-static + SDL2 ws2_32.lib psapi.lib setupapi.lib cfgmgr32.lib advapi32.lib Dbghelp.lib ) #set_target_properties(${STORY_EDITOR_PROJECT} PROPERTIES