feat(Tools/DbImport): implement separated app for importing DB (#11614)
This commit is contained in:
parent
c0ab2ab08e
commit
94528cd44d
17 changed files with 606 additions and 35 deletions
3
conf/dist/config.cmake
vendored
3
conf/dist/config.cmake
vendored
|
|
@ -14,8 +14,7 @@
|
|||
set(SCRIPTS_AVAILABLE_OPTIONS none static dynamic minimal-static minimal-dynamic)
|
||||
set(MODULES_AVAILABLE_OPTIONS none static dynamic)
|
||||
set(BUILD_APPS_AVAILABLE_OPTIONS none all auth-only world-only)
|
||||
# set(BUILD_TOOLS_AVAILABLE_OPTIONS none all db-only maps-only) # DB import PR
|
||||
set(BUILD_TOOLS_AVAILABLE_OPTIONS none all maps-only)
|
||||
set(BUILD_TOOLS_AVAILABLE_OPTIONS none all db-only maps-only)
|
||||
|
||||
set(SCRIPTS "static" CACHE STRING "Build core with scripts")
|
||||
set(MODULES "static" CACHE STRING "Build core with modules")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue