aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/CMakeLists.txt
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:19 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2009-09-22 21:15:19 +0000
commit31c6c5d58a6d2254063e8a18fd32b851a06e2ddf (patch)
tree0ac92155b49ee0f03db06ca809437e3ca44e55fa /examples/Kaleidoscope/CMakeLists.txt
parenta4eb1a5cbab45262b4641e3dec2b9a8ec396b338 (diff)
downloadexternal_llvm-31c6c5d58a6d2254063e8a18fd32b851a06e2ddf.zip
external_llvm-31c6c5d58a6d2254063e8a18fd32b851a06e2ddf.tar.gz
external_llvm-31c6c5d58a6d2254063e8a18fd32b851a06e2ddf.tar.bz2
Add examples for Kaleidoscope chapters 2 through 6.
Conflicts: examples/Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope/CMakeLists.txt')
-rw-r--r--examples/Kaleidoscope/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/CMakeLists.txt b/examples/Kaleidoscope/CMakeLists.txt
index b7c0ae2..8c87ac5 100644
--- a/examples/Kaleidoscope/CMakeLists.txt
+++ b/examples/Kaleidoscope/CMakeLists.txt
@@ -1 +1,6 @@
+add_subdirectory(Chapter2)
+add_subdirectory(Chapter3)
+add_subdirectory(Chapter4)
+add_subdirectory(Chapter5)
+add_subdirectory(Chapter6)
add_subdirectory(Chapter7)