wut/tools/readrpl/CMakeLists.txt

19 lines
309 B
CMake
Raw Normal View History

2018-05-23 13:35:24 +02:00
project(readrpl)
add_executable(readrpl
generate_exports_def.cpp
generate_exports_def.h
main.cpp
print.cpp
print.h
readrpl.h
verify.cpp
verify.h)
2018-05-23 13:35:24 +02:00
target_link_libraries(readrpl
excmd
fmt
zlibstatic)
2018-05-23 13:35:24 +02:00
install(TARGETS readrpl RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")