Update to 2.0.0 tree from current Fremantle build
[opencv] / samples / octave / CMakeLists.txt
1 # -------------------------------------------------------------------------
2 #  CMake file for Octave samples. See root CMakeLists.txt
3 # -------------------------------------------------------------------------
4
5 file(GLOB OCTAVE_SAMPLES *.m)
6
7 if(NOT WIN32)
8 install(FILES ${OCTAVE_SAMPLES}
9         DESTINATION share/opencv/samples/octave
10         PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
11 endif()
12