Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / runtime / onert / frontend / circle_schema / CMakeLists.txt
1 add_library(circle_schema INTERFACE)
2
3 nnfw_find_package(FlatBuffers REQUIRED)
4
5 target_link_libraries(circle_schema INTERFACE flatbuffers::flatbuffers)
6
7 target_include_directories(circle_schema INTERFACE include)