mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Update on cmakelists hope it works
This commit is contained in:
parent
8385c4ea31
commit
8eb1438538
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user