wut/tools/rplimportgen/CMakeLists.txt

10 lines
198 B
CMake
Raw Normal View History

project(rplimportgen)
add_executable(rplimportgen
rplimportgen.cpp)
target_link_libraries(rplimportgen
zlib)
install(TARGETS rplimportgen RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")