Commit cf8f97b5 authored by Robert Edmonds's avatar Robert Edmonds

cmake: protoc-c/ → protoc-gen-c/

parent 9b667aed
......@@ -164,7 +164,7 @@ if(BUILD_PROTOC)
BYPRODUCTS protobuf-c/protobuf-c.pb.cc protobuf-c/protobuf-c.pb.h
SOURCES ${MAIN_DIR}/protobuf-c/protobuf-c.proto)
file(GLOB PROTOC_GEN_C_SRC ${MAIN_DIR}/protoc-c/*.cc)
file(GLOB PROTOC_GEN_C_SRC ${MAIN_DIR}/protoc-gen-c/*.cc)
add_executable(
protoc-gen-c
${PROTOC_GEN_C_SRC} ${CMAKE_CURRENT_BINARY_DIR}/protobuf-c/protobuf-c.pb.cc)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment