aboutsummaryrefslogtreecommitdiffstats
path: root/protoc-gen-csi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'protoc-gen-csi/CMakeLists.txt')
-rw-r--r--protoc-gen-csi/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/protoc-gen-csi/CMakeLists.txt b/protoc-gen-csi/CMakeLists.txt
new file mode 100644
index 00000000000..17977adb62e
--- /dev/null
+++ b/protoc-gen-csi/CMakeLists.txt
@@ -0,0 +1,7 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(protoc-gen-csi
+ SOURCES
+ protoc_gen_csi.cpp
+ EXTERNAL_DEPENDS
+ protoc
+)