summaryrefslogtreecommitdiff
path: root/compiler/gen-tflite-output/CMakeLists.txt
blob: 1c9d2601d281508a455a27a43447f610cdb54eb1 (plain)
1
2
3
file(GLOB_RECURSE SOURCES "src/*.cpp")

add_executable(gen-tflite-output ${SOURCES})