From 8eb14385381912815b577bcf1f4d48d8090e7aaa Mon Sep 17 00:00:00 2001 From: Lyelye150 Date: Mon, 20 Oct 2025 21:02:08 -0400 Subject: [PATCH] Update on cmakelists hope it works --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a36ab801..326ccea7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(isle LANGUAGES CXX C VERSION 0.1) if(WIIU) # used to fix an error - add_library(SDL2_WiiU STATIC IMPORTED) + add_library(SDL2::SDL2 STATIC IMPORTED) set_target_properties(SDL2_WiiU PROPERTIES IMPORTED_LOCATION /opt/devkitpro/portlibs/wiiu/lib/libSDL2.a INTERFACE_INCLUDE_DIRECTORIES /opt/devkitpro/portlibs/wiiu/include