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
|
2017-07-02 10:18:38 +00:00
|
|
|
athena-core athena-libyaml z lzo2)
|