summaryrefslogtreecommitdiff
path: root/compiler/tflchef/tools/console/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/tflchef/tools/console/CMakeLists.txt')
-rw-r--r--compiler/tflchef/tools/console/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/tflchef/tools/console/CMakeLists.txt b/compiler/tflchef/tools/console/CMakeLists.txt
new file mode 100644
index 000000000..d9160c3a2
--- /dev/null
+++ b/compiler/tflchef/tools/console/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_executable(tflchef Driver.cpp)
+target_link_libraries(tflchef tflchef_core)
+target_link_libraries(tflchef safemain)