mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-18 05:11:15 +00:00
Messed up
This commit is contained in:
parent
8eb1438538
commit
b37d11eafe
@ -5,7 +5,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::SDL2 STATIC IMPORTED)
|
add_library(SDL2::SDL2 STATIC IMPORTED)
|
||||||
set_target_properties(SDL2_WiiU PROPERTIES
|
set_target_properties(SDL2::SDL2 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