mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Global CMake reorganization:
[~] Automatically tracked dependencies between modules [+] Support for optional module dependencies [+] Options to choose modules to build [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV) [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
define_opencv_module(features2d opencv_core opencv_imgproc opencv_highgui opencv_flann)
|
||||
set(the_description "2D Features Framework")
|
||||
ocv_define_module(features2d opencv_imgproc opencv_highgui opencv_flann)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user