First pass at setting up translation framework.

This commit is contained in:
Jim Evins
2017-03-25 23:14:49 -04:00
parent e3e3441cdb
commit ca3d4a5d5c
19 changed files with 3358 additions and 49 deletions
+4
View File
@@ -49,6 +49,10 @@ set (other_db_files
vendors.xml
)
# Export variables to parent scope
set (template_files ${template_files} PARENT_SCOPE)
set (other_db_files ${other_db_files} PARENT_SCOPE)
#=======================================
# Install
#=======================================