mirror of
https://github.com/wiiu-env/wut.git
synced 2025-02-03 02:42:33 +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")
|