2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-06 17:25:52 +00:00
metaforce/gbalink/CMakeLists.txt
2017-01-06 22:29:38 -10:00

4 lines
147 B
CMake

include_directories(. ./../Runtime ${ATHENA_INCLUDE_DIR} ${JBUS_INCLUDE_DIR})
add_executable(gbalink main.cpp)
target_link_libraries(gbalink jbus)