mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
11 lines
332 B
CMake
11 lines
332 B
CMake
# ----------------------------------------------------------------------------
|
|
# CMake file for samples. See root CMakeLists.txt
|
|
#
|
|
# ----------------------------------------------------------------------------
|
|
|
|
add_subdirectory(c)
|
|
add_subdirectory(cpp)
|
|
add_subdirectory(swig_python)
|
|
add_subdirectory(octave)
|
|
add_subdirectory(gpu)
|