Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
index 0d1ac533f02d49a19758fadc0687da4630d8cabf..44e1aeecaaeb9d6b0b934556829ca2c060bc38f6 100644 (file)
@@ -1,5 +1,15 @@
-set(LLVM_LINK_COMPONENTS core jit interpreter native)
+set(LLVM_LINK_COMPONENTS
+  Analysis
+  Core
+  ExecutionEngine
+  InstCombine
+  Object
+  RuntimeDyld
+  ScalarOpts
+  Support
+  native
+  )
 
-add_llvm_example(Kaleidoscope-Ch4
+add_kaleidoscope_chapter(Kaleidoscope-Ch4
   toy.cpp
   )