mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
263 B
CMake
11 lines
263 B
CMake
add_subdirectory(db_plugins)
|
|
add_subdirectory(icons)
|
|
|
|
file(GLOB OTHER_FILES LICENSE README TODO)
|
|
file(GLOB PY_FILES *.py)
|
|
|
|
file(GLOB UI_FILES ui/*.ui)
|
|
|
|
PLUGIN_INSTALL(db_manager . ${OTHER_FILES} ${PY_FILES} metadata.txt)
|
|
PLUGIN_INSTALL(db_manager ui ${UI_FILES})
|