Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / tflchef / core / CMakeLists.txt
1 file(GLOB_RECURSE SOURCES "src/*.cpp")
2
3 add_library(tflchef_core STATIC ${SOURCES})
4 target_include_directories(tflchef_core PUBLIC include)
5 target_include_directories(tflchef_core PRIVATE src)
6 target_link_libraries(tflchef_core tflchef_proto)
7 target_link_libraries(tflchef_core tflchef_log)
8 target_link_libraries(tflchef_core mio_tflite2121)
9 target_link_libraries(tflchef_core souschef)