mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 17:25:52 +00:00
4 lines
147 B
CMake
4 lines
147 B
CMake
include_directories(. ./../Runtime ${ATHENA_INCLUDE_DIR} ${JBUS_INCLUDE_DIR})
|
|
add_executable(gbalink main.cpp)
|
|
target_link_libraries(gbalink jbus)
|