aboutsummaryrefslogtreecommitdiffstats
path: root/examples/BrainF/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BrainF/CMakeLists.txt')
-rw-r--r--examples/BrainF/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/BrainF/CMakeLists.txt b/examples/BrainF/CMakeLists.txt
new file mode 100644
index 0000000..7bec105
--- /dev/null
+++ b/examples/BrainF/CMakeLists.txt
@@ -0,0 +1,6 @@
+set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)
+
+add_llvm_example(BrainF
+ BrainF.cpp
+ BrainFDriver.cpp
+ )