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
deps/CMakeLists.txt
vendored
3
deps/CMakeLists.txt
vendored
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue