2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 09:53:29 +00:00
metaforce/gbalink/CMakeLists.txt

4 lines
174 B
CMake

add_executable(gbalink main.cpp)
target_link_libraries(gbalink jbus)
target_include_directories(gbalink PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ../Runtime ${ATHENA_INCLUDE_DIR})