mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-29 17:33:29 +00:00
8 lines
159 B
CMake
8 lines
159 B
CMake
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ./../Runtime)
|
|
|
|
add_executable(mpcksum
|
|
main.cpp)
|
|
|
|
target_link_libraries(mpcksum
|
|
athena-core z lzo2)
|