Skip to content

Commit c7a4002

Browse files
committedMay 13, 2014
add MetaSearch 0.2.0 (geopython/MetaSearch#53)
1 parent 29c39b9 commit c7a4002

File tree

868 files changed

+92877
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

868 files changed

+92877
-0
lines changed
 

‎python/plugins/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ ADD_SUBDIRECTORY(fTools)
8585
ADD_SUBDIRECTORY(GdalTools)
8686
ADD_SUBDIRECTORY(db_manager)
8787
ADD_SUBDIRECTORY(processing)
88+
ADD_SUBDIRECTORY(MetaSearch)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FILE(GLOB_RECURSE EXTLIBS ext-libs)
2+
3+
FILE(GLOB_RECURSE DIALOGS dialogs)
4+
FILE(GLOB_RECURSE IMAGES images)
5+
FILE(GLOB_RECURSE LOCALE locale)
6+
FILE(GLOB_RECURSE RESOURCES resources)
7+
FILE(GLOB_RECURSE UI ui)
8+
9+
FILE(GLOB PY_FILES *.py)
10+
11+
PLUGIN_INSTALL(MetaSearch ${EXTLIBS} ${DIALOGS} ${IMAGES} ${LOCALE} ${RESOURCES} ${UI} ${PY_FILES} metadata.txt)

0 commit comments

Comments
 (0)
Please sign in to comment.