metaforce/mpcksum/CMakeLists.txt

7 lines
168 B
CMake
Raw Normal View History

2016-03-23 20:38:01 +00:00
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ./../Runtime)
2017-12-07 04:13:12 +00:00
add_executable(mpcksum main.cpp)
2016-03-23 20:38:01 +00:00
target_link_libraries(mpcksum
2018-12-20 03:45:48 +00:00
athena-core athena-libyaml z lzokay)