From a22ae93a02226027ef3fa3dccb689e789fa59e90 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 11 Jun 2022 11:26:56 +0200 Subject: a --- crop-tool/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/crop-tool/CMakeLists.txt b/crop-tool/CMakeLists.txt index 974a07e9..7c7c0226 100644 --- a/crop-tool/CMakeLists.txt +++ b/crop-tool/CMakeLists.txt @@ -6,3 +6,4 @@ add_executable(${self} ${sources}) target_include_directories(${self} SYSTEM PRIVATE ${OpenCV_INCLUDE_DIRS}) target_link_libraries(${self} Corrade::Utility) target_link_libraries(${self} game-anim) +install(TARGETS ${self} RUNTIME DESTINATION "bin") -- cgit v1.2.3