mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
12 lines
342 B
CMake
12 lines
342 B
CMake
|
FILE(GLOB_RECURSE EXTLIBS ext-libs)
|
||
|
|
||
|
FILE(GLOB_RECURSE DIALOGS dialogs)
|
||
|
FILE(GLOB_RECURSE IMAGES images)
|
||
|
FILE(GLOB_RECURSE LOCALE locale)
|
||
|
FILE(GLOB_RECURSE RESOURCES resources)
|
||
|
FILE(GLOB_RECURSE UI ui)
|
||
|
|
||
|
FILE(GLOB PY_FILES *.py)
|
||
|
|
||
|
PLUGIN_INSTALL(MetaSearch ${EXTLIBS} ${DIALOGS} ${IMAGES} ${LOCALE} ${RESOURCES} ${UI} ${PY_FILES} metadata.txt)
|