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