mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-19 05:41:17 +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)
|
if(WIIU)
|
||||||
# used to fix an error
|
# used to fix an error
|
||||||
add_library(SDL2_WiiU STATIC IMPORTED)
|
add_library(SDL2::SDL2 STATIC IMPORTED)
|
||||||
set_target_properties(SDL2_WiiU PROPERTIES
|
set_target_properties(SDL2_WiiU PROPERTIES
|
||||||
IMPORTED_LOCATION /opt/devkitpro/portlibs/wiiu/lib/libSDL2.a
|
IMPORTED_LOCATION /opt/devkitpro/portlibs/wiiu/lib/libSDL2.a
|
||||||
INTERFACE_INCLUDE_DIRECTORIES /opt/devkitpro/portlibs/wiiu/include
|
INTERFACE_INCLUDE_DIRECTORIES /opt/devkitpro/portlibs/wiiu/include
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user