mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 13:11:22 +00:00
7 lines
168 B
CMake
7 lines
168 B
CMake
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ./../Runtime)
|
|
|
|
add_executable(mpcksum main.cpp)
|
|
|
|
target_link_libraries(mpcksum
|
|
athena-core athena-libyaml z lzokay)
|