aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter7/CMakeLists.txt
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:00 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:00 +0000
commit2a20265022d36c31bdf7c4f041b10695bcb09c45 (patch)
tree44453c40f3d7ddc30bb18b2868c7ea8b6c8671e1 /examples/Kaleidoscope/Chapter7/CMakeLists.txt
parentfb577b0367500de745082228b0a1569365ecc68c (diff)
downloadexternal_llvm-2a20265022d36c31bdf7c4f041b10695bcb09c45.zip
external_llvm-2a20265022d36c31bdf7c4f041b10695bcb09c45.tar.gz
external_llvm-2a20265022d36c31bdf7c4f041b10695bcb09c45.tar.bz2
Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope/Chapter7/CMakeLists.txt')
-rw-r--r--examples/Kaleidoscope/Chapter7/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt
new file mode 100644
index 0000000..9b8227c
--- /dev/null
+++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_LINK_COMPONENTS core jit interpreter native)
+
+add_llvm_example(Kaleidoscope-Ch7
+ toy.cpp
+ )