diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-25 02:40:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-25 02:40:25 +0100 |
commit | 2eec1c1e4c383c64cafe2e2f23fbc9aa1b96ccbf (patch) | |
tree | 8809ed815c67ce15b41c46da9c21066f5316ae06 /anim-crop-tool/CMakeLists.txt | |
parent | 66954316ca8987b1c8f21249e72e906eaaa475e6 (diff) |
a
Diffstat (limited to 'anim-crop-tool/CMakeLists.txt')
-rw-r--r-- | anim-crop-tool/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anim-crop-tool/CMakeLists.txt b/anim-crop-tool/CMakeLists.txt index 9fd5f57d..5f10df62 100644 --- a/anim-crop-tool/CMakeLists.txt +++ b/anim-crop-tool/CMakeLists.txt @@ -12,5 +12,5 @@ if(OpenCV_FOUND) add_executable(${self} "${sources}") target_link_libraries(${self} PRIVATE floormat-serialize floormat) - fm_add_install_executable(${self}) + fm_install_executable(${self}) endif() |