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