summaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter4/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope/Chapter4/CMakeLists.txt')
-rw-r--r--examples/Kaleidoscope/Chapter4/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt
new file mode 100644
index 0000000..0d1ac53
--- /dev/null
+++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_LINK_COMPONENTS core jit interpreter native)
+
+add_llvm_example(Kaleidoscope-Ch4
+ toy.cpp
+ )
OpenPOWER on IntegriCloud