diff options
Diffstat (limited to 'cmake/opentrack-opencv.cmake')
-rw-r--r-- | cmake/opentrack-opencv.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/opentrack-opencv.cmake b/cmake/opentrack-opencv.cmake new file mode 100644 index 00000000..3acadf4a --- /dev/null +++ b/cmake/opentrack-opencv.cmake @@ -0,0 +1,4 @@ +include_guard(GLOBAL) + +include(opentrack-boilerplate) +find_package(OpenCV QUIET) |