mirror of https://github.com/AxioDL/metaforce.git
5 lines
114 B
CMake
5 lines
114 B
CMake
|
if (NOT WIN32)
|
||
|
include_directories(. ./../Runtime ${ATHENA_INCLUDE_DIR})
|
||
|
add_executable(gbalink main.cpp)
|
||
|
endif()
|