aboutsummaryrefslogtreecommitdiffstats
path: root/protoc-gen-csi/CMakeLists.txt
blob: 17977adb62e6e7d18590301d4ce90129c4cf8465 (plain) (blame)
1
2
3
4
5
6
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
)