metaforce/mpcksum/CMakeLists.txt

7 lines
166 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
athena-core athena-libyaml z lzo2)