summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-28 11:32:05 +0000
committergjoranv <gv@verizonmedia.com>2023-01-03 13:05:55 +0100
commit6ce10cc8150f5686d267e5e49e069ea2f37e4e8a (patch)
treecd8cd3916125b891c7d00513247e7e4e27c55fd7 /CMakeLists.txt
parentd5ca7762b704300d708e46007e781add20097fc4 (diff)
add fork of airlift zstd code
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cf91c10822..6d432994d1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,6 +63,7 @@ vespa_install_data(tsan-suppressions.txt etc/vespa)
# Include vespa config definitions in every target
include_directories(BEFORE ${CMAKE_BINARY_DIR}/configdefinitions/src)
+add_subdirectory(airlift-zstd)
add_subdirectory(ann_benchmark)
add_subdirectory(application-model)
add_subdirectory(athenz-identity-provider-service)