diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-09-22 21:15:19 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-09-22 21:15:19 +0000 |
commit | 31c6c5d58a6d2254063e8a18fd32b851a06e2ddf (patch) | |
tree | 0ac92155b49ee0f03db06ca809437e3ca44e55fa /examples/Kaleidoscope/CMakeLists.txt | |
parent | a4eb1a5cbab45262b4641e3dec2b9a8ec396b338 (diff) | |
download | external_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.txt | 5 |
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) |