2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 03:11:22 +00:00
metaforce/mpcksum/CMakeLists.txt

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)