summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)