From eb521eda71e3d890e70d151f16a8ef50543de2ff Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 24 Apr 2024 17:33:25 +0200 Subject: [PATCH] tentative: fix SDL link --- 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 724d3d0..a607cf1 100644 --- a/story-editor/CMakeLists.txt +++ b/story-editor/CMakeLists.txt @@ -286,7 +286,7 @@ if(UNIX) OpenGL::GL dl SDL3::SDL3 - SDL3_image + SDL3_image::SDL3_image libcurl_static OpenSSL::SSL OpenSSL::Crypto )