summaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope/CMakeLists.txt')
-rw-r--r--examples/Kaleidoscope/CMakeLists.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/Kaleidoscope/CMakeLists.txt b/examples/Kaleidoscope/CMakeLists.txt
index 9a18aae..8c87ac5 100644
--- a/examples/Kaleidoscope/CMakeLists.txt
+++ b/examples/Kaleidoscope/CMakeLists.txt
@@ -1,5 +1,6 @@
-set(LLVM_LINK_COMPONENTS core jit native)
-
-add_llvm_example(Kaleidoscope
- toy.cpp
- )
+add_subdirectory(Chapter2)
+add_subdirectory(Chapter3)
+add_subdirectory(Chapter4)
+add_subdirectory(Chapter5)
+add_subdirectory(Chapter6)
+add_subdirectory(Chapter7)
OpenPOWER on IntegriCloud