mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
0747f2d863
2) NVidia tests for GPU 3) FD sample that uses NVidia's interface.
14 lines
349 B
CMake
14 lines
349 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()
|