mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 18:39:25 +01:00
8 lines
242 B
CMake
8 lines
242 B
CMake
add_executable(wut-rplgen rplgen.cpp)
|
|
target_include_directories(wut-rplgen PRIVATE
|
|
${ZLIB_INCLUDE_DIR})
|
|
target_link_libraries(wut-rplgen
|
|
${ZLIB_LIBRARIES})
|
|
|
|
install(TARGETS wut-rplgen RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|