diff options
author | ilnaz <ilnaz@ydb.tech> | 2022-10-27 16:57:27 +0300 |
---|---|---|
committer | ilnaz <ilnaz@ydb.tech> | 2022-10-27 16:57:27 +0300 |
commit | 7409037ca690d39e67c2601f0448c94fe3f54367 (patch) | |
tree | be37e04846bd3df3ce39c5518492619e7675b49c /tools/CMakeLists.txt | |
parent | 2ab33806be812b8ef4d1260977673a64dc88d2cf (diff) | |
download | ydb-7409037ca690d39e67c2601f0448c94fe3f54367.tar.gz |
Support aws profiles
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index b0e6ac4979..89462519db 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -6,5 +6,6 @@ # original buildsystem will not be accepted. +add_subdirectory(archiver) add_subdirectory(enum_parser) add_subdirectory(rescompiler) |