mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 17:21:52 +01:00
10 lines
204 B
CMake
10 lines
204 B
CMake
project(rplimportgen)
|
|
|
|
add_executable(rplimportgen
|
|
rplimportgen.cpp)
|
|
|
|
target_link_libraries(rplimportgen
|
|
zlibstatic)
|
|
|
|
install(TARGETS rplimportgen RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|