Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / compiler / circlechef / proto / CMakeLists.txt
1 Protobuf_Generate(CIRCLECHEF_PROTO "${CMAKE_CURRENT_BINARY_DIR}/generated" "${CMAKE_CURRENT_SOURCE_DIR}" "circlechef.proto")
2
3 add_library(circlechef_proto STATIC ${CIRCLECHEF_PROTO_SOURCES})
4 target_include_directories(circlechef_proto PUBLIC ${CIRCLECHEF_PROTO_INCLUDE_DIRS})
5 target_link_libraries(circlechef_proto libprotobuf)