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