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
17 changed files with 606 additions and 35 deletions

View File

@@ -75,9 +75,9 @@ function(CheckToolsBuildList)
list(APPEND BUILD_TOOLS_WHITELIST map_extractor mmaps_generator vmap4_assembler vmap4_extractor)
endif()
# if (TOOLS_BUILD STREQUAL "db-only")
# list(APPEND BUILD_TOOLS_WHITELIST dbimport)
# endif()
if (TOOLS_BUILD STREQUAL "db-only")
list(APPEND BUILD_TOOLS_WHITELIST dbimport)
endif()
endif()
# Set the TOOL_${TOOL_BUILD_NAME} variables from the