Fixed some warnings and install problems on linux
[profile/ivi/opencv.git] / samples / CMakeLists.txt
1 # ----------------------------------------------------------------------------
2 #  CMake file for samples. See root CMakeLists.txt
3 #
4 # ----------------------------------------------------------------------------
5
6 add_subdirectory(c)
7 add_subdirectory(cpp)
8 add_subdirectory(gpu)
9
10 if(ANDROID AND BUILD_ANDROID_EXAMPLES)
11   add_subdirectory(android)
12 endif()