From: Eric Christopher Date: Tue, 6 Jan 2015 23:23:24 +0000 (+0000) Subject: Add a subdirectory in CMake for Chapter 8. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2848d9262016a14169a429c2fef9ae48570499b3;p=oota-llvm.git Add a subdirectory in CMake for Chapter 8. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/Kaleidoscope/CMakeLists.txt b/examples/Kaleidoscope/CMakeLists.txt index 8c87ac50b7a..25e5745626e 100644 --- a/examples/Kaleidoscope/CMakeLists.txt +++ b/examples/Kaleidoscope/CMakeLists.txt @@ -4,3 +4,4 @@ add_subdirectory(Chapter4) add_subdirectory(Chapter5) add_subdirectory(Chapter6) add_subdirectory(Chapter7) +add_subdirectory(Chapter8)