summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-02 16:49:47 +0200
committerjonmv <venstad@gmail.com>2022-05-02 16:49:47 +0200
commit4301784fbed9522d8f8f2f1f42fcdbdc547e9e95 (patch)
tree07912ab5c4effd413ea43d30be56fd73cbfc8093
parent9ec0f0309c69b2c81b344d80bb8495faa1fcf0ac (diff)
Add to CMakeLists.txtx
-rw-r--r--CMakeLists.txt1
-rw-r--r--http-client/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5caa36e4fe0..0eb126901b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,6 +89,7 @@ add_subdirectory(flags)
add_subdirectory(fnet)
add_subdirectory(fsa)
add_subdirectory(hosted-zone-api)
+add_subdirectory(http-client)
add_subdirectory(jdisc-cloud-aws)
add_subdirectory(jdisc_core)
add_subdirectory(jdisc-security-filters)
diff --git a/http-client/CMakeLists.txt b/http-client/CMakeLists.txt
new file mode 100644
index 00000000000..3f5bf469481
--- /dev/null
+++ b/http-client/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(http-client)