2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-02 08:55:35 +00:00
metaforce/mpcksum/CMakeLists.txt
Jack Andersen 55cfb267c1 UWP fixes
2017-12-06 18:13:12 -10:00

7 lines
166 B
CMake

include_directories(${CMAKE_CURRENT_SOURCE_DIR} ./../Runtime)
add_executable(mpcksum main.cpp)
target_link_libraries(mpcksum
athena-core athena-libyaml z lzo2)