re3-symbian/vendor/librw/tools/dumprwtree/CMakeLists.txt
2026-04-29 04:17:06 +05:00

16 lines
277 B
CMake

add_executable(dumprwtree
dumprwtree.cpp
)
target_link_libraries(dumprwtree
PRIVATE
librw::librw
)
if(LIBRW_INSTALL)
install(TARGETS dumprwtree
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
)
endif()
librw_platform_target(dumprwtree INSTALL)