1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
set(DATA_FILES
structs.app.xml
structs.db.mgmt.xml
structs.db.migration.xml
structs.db.mssql.xml
structs.db.mysql.xml
structs.db.oracle.xml
structs.db.query.xml
structs.db.sybase.xml
structs.db.xml
structs.eer.xml
structs.model.xml
structs.meta.xml
structs.workbench.logical.xml
structs.workbench.model.reporting.xml
structs.workbench.model.xml
structs.workbench.physical.xml
structs.workbench.xml
structs.xml
structs.ui.xml
structs.wrapper.xml
)
install(FILES ${DATA_FILES} DESTINATION ${WB_PACKAGE_SHARED_DIR}/grt)
|