mdbx-cmake: add MDBX_BUILD_TOOLS option.

Change-Id: Ib6329fdea66dd52720021b80a6fecdaa078ceb2b
This commit is contained in:
Leonid Yuriev
2020-04-07 23:06:18 +03:00
parent d752de0ee0
commit 81dca1f7e9
2 changed files with 15 additions and 11 deletions

View File

@@ -260,4 +260,6 @@ if(MDBX_BUILD_SHARED_LIBRARY)
endif()
endif()
add_subdirectory(tools)
if(MDBX_BUILD_TOOLS)
add_subdirectory(tools)
endif()