X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=samples%2Foctave%2FCMakeLists.txt;fp=samples%2Foctave%2FCMakeLists.txt;h=558b530d48ffcb2d8a64b7b8e4f2f5c6cb156a15;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=0000000000000000000000000000000000000000;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/samples/octave/CMakeLists.txt b/samples/octave/CMakeLists.txt new file mode 100644 index 0000000..558b530 --- /dev/null +++ b/samples/octave/CMakeLists.txt @@ -0,0 +1,12 @@ +# ------------------------------------------------------------------------- +# CMake file for Octave samples. See root CMakeLists.txt +# ------------------------------------------------------------------------- + +file(GLOB OCTAVE_SAMPLES *.m) + +if(NOT WIN32) +install(FILES ${OCTAVE_SAMPLES} + DESTINATION share/opencv/samples/octave + PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) +endif() +