From 2848d9262016a14169a429c2fef9ae48570499b3 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 6 Jan 2015 23:23:24 +0000 Subject: [PATCH] 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 --- examples/Kaleidoscope/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)