mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 03:11:22 +00:00
4 lines
187 B
CMake
4 lines
187 B
CMake
add_executable(mpcksum main.cpp)
|
|
target_include_directories(mpcksum PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ../../Runtime)
|
|
target_link_libraries(mpcksum athena-core ${ZLIB_LIBRARIES} lzokay)
|