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

6 7
add_subdirectory(c)
add_subdirectory(cpp)
8
add_subdirectory(gpu)
9

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