mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-11 09:25:05 -04:00
5 lines
153 B
CMake
5 lines
153 B
CMake
if (AURORA_ENABLE_GX)
|
|
add_executable(simple simple.c)
|
|
target_link_libraries(simple PRIVATE aurora::core aurora::gx aurora::main aurora::vi)
|
|
endif ()
|