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

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()