commit db40364031b12de557bbaabd52499751869d1065 parent 046d1e8fe269f4b2ee51d22f0e4c5baca096c0b2 Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Tue, 29 Jun 2021 19:18:24 +0200 Also install that one Diffstat:
M | examples/gui/CMakeLists.txt | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/gui/CMakeLists.txt b/examples/gui/CMakeLists.txt @@ -13,4 +13,5 @@ add_executable(clap-gui ) target_link_libraries(clap-gui Qt6::Qml Qt6::Widgets Qt6::Core) -set_target_properties(clap-gui PROPERTIES CXX_STANDARD 17) -\ No newline at end of file +set_target_properties(clap-gui PROPERTIES CXX_STANDARD 17) +install(TARGETS clap-gui DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") +\ No newline at end of file