2018-05-30 19:54:41 +02:00
|
|
|
project(rplimportgen)
|
|
|
|
|
|
|
|
add_executable(rplimportgen
|
|
|
|
rplimportgen.cpp)
|
|
|
|
|
|
|
|
target_link_libraries(rplimportgen
|
2018-06-14 15:06:03 +02:00
|
|
|
zlibstatic)
|
2018-05-30 19:54:41 +02:00
|
|
|
|
|
|
|
install(TARGETS rplimportgen RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|