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