summaryrefslogtreecommitdiff
path: root/compiler/tflchef/core/CMakeLists.txt
blob: 6a6282027e935652fcd379ad8783178a0dd2620d (plain)
1
2
3
4
5
6
7
file(GLOB_RECURSE SOURCES "src/*.cpp")

add_library(tflchef_core STATIC ${SOURCES})
target_include_directories(tflchef_core PUBLIC include)
target_include_directories(tflchef_core PRIVATE src)
target_link_libraries(tflchef_core tflchef_proto)
target_link_libraries(tflchef_core mio_tflite)