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