diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-05 21:41:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-05 21:41:26 +0200 |
commit | 8815732f37c5899dbe65d507c082c0c62250ab7d (patch) | |
tree | d350ed3f031447f07794ae4ce51e6f6b00f4bfeb /video-opencv | |
parent | 61592edd7b953c35167fb95f1d26aecc4e5c594a (diff) |
cmake: install shared opencv libraries
Issue: #867
Requested by: @Slion
Diffstat (limited to 'video-opencv')
-rw-r--r-- | video-opencv/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video-opencv/CMakeLists.txt b/video-opencv/CMakeLists.txt index d8b9b896..ac5ad143 100644 --- a/video-opencv/CMakeLists.txt +++ b/video-opencv/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(OpenCV QUIET) +include(opentrack-opencv) if(OpenCV_FOUND) otr_module(video-opencv) |