diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2022-10-11 17:07:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2022-10-11 17:07:02 +0300 |
commit | 0b931ad6e6868bca7e7ec4617999c0d6befd7003 (patch) | |
tree | c10d4fcf9f5a638745e9c2b725852f03e5a175ce /contrib/restricted/CMakeLists.linux.txt | |
parent | e6c9b17192c56494adba359d5e132c431b241191 (diff) | |
download | ydb-0b931ad6e6868bca7e7ec4617999c0d6befd7003.tar.gz |
Ydb stable 22-4-3022.4.30
x-stable-origin-commit: a5971297427891237b5f05b5389146b6ca2fff93
Diffstat (limited to 'contrib/restricted/CMakeLists.linux.txt')
-rw-r--r-- | contrib/restricted/CMakeLists.linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/CMakeLists.linux.txt b/contrib/restricted/CMakeLists.linux.txt index c2bcf2edef..1a4500f168 100644 --- a/contrib/restricted/CMakeLists.linux.txt +++ b/contrib/restricted/CMakeLists.linux.txt @@ -14,5 +14,6 @@ add_subdirectory(cityhash-1.0.2) add_subdirectory(dragonbox) add_subdirectory(fast_float) add_subdirectory(googletest) +add_subdirectory(nlohmann_json) add_subdirectory(thrift) add_subdirectory(uriparser) |