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

3
deps/CMakeLists.txt vendored
View file

@ -26,8 +26,7 @@ add_subdirectory(stdfs)
add_subdirectory(threads)
add_subdirectory(utf8cpp)
# if ((APPS_BUILD AND (NOT APPS_BUILD STREQUAL "none")) OR BUILD_TOOLS_DB_IMPORT) #DB import PR
if ((APPS_BUILD AND (NOT APPS_BUILD STREQUAL "none")))
if ((APPS_BUILD AND (NOT APPS_BUILD STREQUAL "none")) OR BUILD_TOOLS_DB_IMPORT)
add_subdirectory(mysql)
endif()