summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-03-16 20:21:45 +0100
committerGitHub <noreply@github.com>2018-03-16 20:21:45 +0100
commit6d021e64fdf6785e626da6c20f7dbb09e541d5d8 (patch)
treef8140f9cf0bf84d63d1a13312423d69f65e98661
parent024059bfae9964e273657882650c433bf46f0e33 (diff)
parent46500095b020c206ba13af2e26d73b4d8470f6f8 (diff)
Merge pull request #5366 from vespa-engine/musum/install-filedistribution-jar
Install file distribution jar
-rw-r--r--CMakeLists.txt1
-rw-r--r--filedistribution/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 22ebd6abb4c..b30a54fb576 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,6 +61,7 @@ add_subdirectory(fastlib)
add_subdirectory(fastos)
add_subdirectory(fbench)
add_subdirectory(fileacquirer)
+add_subdirectory(filedistribution)
add_subdirectory(fnet)
add_subdirectory(fsa)
add_subdirectory(jdisc_core)
diff --git a/filedistribution/CMakeLists.txt b/filedistribution/CMakeLists.txt
new file mode 100644
index 00000000000..23cda6a1a22
--- /dev/null
+++ b/filedistribution/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(filedistribution)