feat(Tools/DbImport): implement separated app for importing DB (#11614)

This commit is contained in:
Kargatum 2022-06-09 18:23:38 +07:00 committed by GitHub
parent c0ab2ab08e
commit 94528cd44d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 606 additions and 35 deletions

View file

@ -10,8 +10,6 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
message("")
# Make the script module list available in the current scope
GetModuleSourceList(MODULES_MODULE_LIST)
@ -290,7 +288,7 @@ target_include_directories(modules
${CMAKE_CURRENT_SOURCE_DIR}
${PUBLIC_INCLUDES})
set_target_properties(scripts
set_target_properties(modules
PROPERTIES
FOLDER
"modules")