We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9d5a5 commit 2d76dbfCopy full SHA for 2d76dbf
python/plugins/sextante/tests/CMakeLists.txt
@@ -0,0 +1,5 @@
1
+FILE(GLOB PY_FILES *.py)
2
+FILE(GLOB TEST_DATA_FILES data/*)
3
+
4
+PLUGIN_INSTALL(sextante tests ${PY_FILES})
5
+PLUGIN_INSTALL(sextante tests/data ${TEST_DATA_FILES})
0 commit comments