summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/cmd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/cmd/CMakeLists.txt')
-rw-r--r--configd/src/apps/cmd/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/configd/src/apps/cmd/CMakeLists.txt b/configd/src/apps/cmd/CMakeLists.txt
new file mode 100644
index 00000000000..c05fd1de37f
--- /dev/null
+++ b/configd/src/apps/cmd/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(configd_vespa-sentinel-cmd_app
+ SOURCES
+ main.cpp
+ OUTPUT_NAME vespa-sentinel-cmd-bin
+ INSTALL bin
+ DEPENDS
+ fnet
+ vespalib
+)