summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-11 18:05:53 +0100
committerGitHub <noreply@github.com>2023-01-11 18:05:53 +0100
commitc8e3b733d2e6dc75b04fa563ab270724471d0bf7 (patch)
tree828a5f1fbbcb4014ee0653e9628d6001bd857317 /CMakeLists.txt
parentaff7d01bd4ab328dc2686b71dc573f3c9c10522b (diff)
parent43a5ab35b4dfd0f4c5dd2bdbbc241345938d3142 (diff)
Merge pull request #25518 from vespa-engine/bjorncs/slimmer-fat-jars
Don't embed JARs installed in lib/jars
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 6d432994d1b..5463c4215a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,6 +144,7 @@ add_subdirectory(vbench)
add_subdirectory(vdslib)
add_subdirectory(vdstestlib)
add_subdirectory(vespa-3party-bundles)
+add_subdirectory(vespa-3party-jars)
add_subdirectory(vespa-athenz)
add_subdirectory(vespabase)
add_subdirectory(vespaclient)