diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-04 15:53:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-04 15:53:26 +0200 |
commit | c2ab96e976ff12f1d5fdaefbb77042c024cb47dd (patch) | |
tree | 17331de17772210824e979a533836230579b1230 /tracker-pt/CMakeLists.txt | |
parent | a790e295b544bceb067f3ea6c4f0fd93f225cb98 (diff) |
tracker/{aruco,easy,pt,wii}, video/opencv: allow dynamic opencv
Diffstat (limited to 'tracker-pt/CMakeLists.txt')
-rw-r--r-- | tracker-pt/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-pt/CMakeLists.txt b/tracker-pt/CMakeLists.txt index 76506c5e..a1bf47f5 100644 --- a/tracker-pt/CMakeLists.txt +++ b/tracker-pt/CMakeLists.txt @@ -1,6 +1,9 @@ include(opentrack-opencv) find_package(OpenCV QUIET) if(OpenCV_FOUND) + foreach(k core) + otr_install_lib("opencv_${k}" "${opentrack-libexec}") + endforeach() otr_module(tracker-pt-base STATIC) target_include_directories(${self} SYSTEM PUBLIC ${OpenCV_INCLUDE_DIRS}) target_link_libraries(${self} opentrack-cv opencv_core opentrack-video) |