Add a subdirectory in CMake for Chapter 8.
authorEric Christopher <echristo@gmail.com>
Tue, 6 Jan 2015 23:23:24 +0000 (23:23 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 6 Jan 2015 23:23:24 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225315 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/CMakeLists.txt

index 8c87ac50b7a4cad8f1de26921f4138efc906323d..25e5745626e3a1c9fd72b66cad1a2332d1c72ffa 100644 (file)
@@ -4,3 +4,4 @@ add_subdirectory(Chapter4)
 add_subdirectory(Chapter5)
 add_subdirectory(Chapter6)
 add_subdirectory(Chapter7)
+add_subdirectory(Chapter8)