diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-01-06 23:23:24 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-01-06 23:23:24 +0000 |
| commit | 94c86e72260f160fc876fc458396f8d2d46bf096 (patch) | |
| tree | 2921508e523ad5b288fae9129aa032fe674d07d5 /llvm | |
| parent | 6365ffea3e002a658a00d6c31d4bc00692c38146 (diff) | |
| download | bcm5719-llvm-94c86e72260f160fc876fc458396f8d2d46bf096.tar.gz bcm5719-llvm-94c86e72260f160fc876fc458396f8d2d46bf096.zip | |
Add a subdirectory in CMake for Chapter 8.
llvm-svn: 225315
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/examples/Kaleidoscope/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/CMakeLists.txt b/llvm/examples/Kaleidoscope/CMakeLists.txt index 8c87ac50b7a..25e5745626e 100644 --- a/llvm/examples/Kaleidoscope/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/CMakeLists.txt @@ -4,3 +4,4 @@ add_subdirectory(Chapter4) add_subdirectory(Chapter5) add_subdirectory(Chapter6) add_subdirectory(Chapter7) +add_subdirectory(Chapter8) |

