CMakeLists.txt 374 Bytes
Newer Older
1
# ----------------------------------------------------------------------------
2
#  CMake file for samples. See root CMakeLists.txt
3 4 5
#
# ----------------------------------------------------------------------------

6 7 8
add_subdirectory(c)
add_subdirectory(cpp)
add_subdirectory(gpu)
yao's avatar
yao committed
9
add_subdirectory(ocl)
10

11 12
if(ANDROID AND BUILD_ANDROID_EXAMPLES)
  add_subdirectory(android)
13
endif()