summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-01-15 11:53:22 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-01-15 12:17:30 +0100
commitd5489b4ef49a37bd22c0de084eb3ae366526956f (patch)
treec43438dc035bf25dead24b107723a9b55e84b83b /node-admin
parentfa3bc1144df2514d762a21598e4627e7509eb7f1 (diff)
Install empty dirs.
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/node-admin/CMakeLists.txt b/node-admin/CMakeLists.txt
new file mode 100644
index 00000000000..03bf09121c3
--- /dev/null
+++ b/node-admin/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install(DIRECTORY DESTINATION logs/vespa/node-admin)