summaryrefslogtreecommitdiffstats
path: root/container-core-config/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-11 17:12:05 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-11 17:17:11 +0100
commit50f8720f85172080d188f086d9b57074fd6d7a1b (patch)
treedcc28f3c2a92d1958c03733534509c0e49e71a4b /container-core-config/CMakeLists.txt
parentbd9d35c912d4c08c8e73b876348278fa968eceaa (diff)
Move access log definition to separate module
Config defintion must be embedded into container-core as the generated Java config class uses package 'com.yahoo.container.core'.
Diffstat (limited to 'container-core-config/CMakeLists.txt')
-rw-r--r--container-core-config/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/container-core-config/CMakeLists.txt b/container-core-config/CMakeLists.txt
new file mode 100644
index 00000000000..307bb103e9f
--- /dev/null
+++ b/container-core-config/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_config_definitions()