This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-12-01 23:30:06 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c99ce0f427
opencv
/
apps
/
CMakeLists.txt
5 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
cmake: fix linker deps for CUDA
2013-10-16 19:47:51 +08:00
link_libraries
(
${
OPENCV_LINKER_LIBS
}
)
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
2012-02-03 19:26:49 +08:00
add_subdirectory
(
haartraining
)
add_subdirectory
(
traincascade
)
Reference in New Issue
Copy Permalink