This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
QGIS
Watch
1
Star
0
Fork
0
You've already forked QGIS
mirror of
https://github.com/qgis/QGIS.git
synced
2025-03-06 00:05:02 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
QGIS
/
python
/
plugins
/
processing
/
algs
/
gdal
/
CMakeLists.txt
6 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
add cmake stuff for SEXTANTE plugin
2012-09-14 14:44:25 +03:00
FILE
(
GLOB
PY_FILES
*.py
)
[processing] use custom options widget in GDAL algorithms
2016-12-30 15:24:34 +02:00
ADD_SUBDIRECTORY
(
ui
)
remove unused files, code cleanup
2014-07-09 20:53:45 +03:00
PLUGIN_INSTALL
(
processing
./algs/gdal
${
PY_FILES
}
)
Reference in New Issue
Copy Permalink