NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
[oota-llvm.git] / examples / Kaleidoscope / CMakeLists.txt
index af32fbfc51265b1924cbd15a9b7ecbc97630da9c..8c87ac50b7a4cad8f1de26921f4138efc906323d 100644 (file)
@@ -1,5 +1,6 @@
-set(LLVM_LINK_COMPONENTS core jit interpreter 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)