diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/opentrack-platform.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 27d38d88..9d5b1abe 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -138,4 +138,8 @@ if(MINGW) add_definitions(-DMINGW_HAS_SECURE_API) endif() +if(UNIX AND NOT APPLE) + include(FindPkgConfig) +endif() + set(opencv-modules opencv_calib3d opencv_core opencv_features2d opencv_imgcodecs opencv_imgproc opencv_objdetect opencv_videoio) |