Revert r246175 to get builder green again.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
index 3c4ac17d93ee5c61775cabdde348af444b2879c9..27c18cdd0654ff0a48df6f1d1aea1cd9f2331b46 100644 (file)
@@ -1,6 +1,15 @@
-add_llvm_example(Kaleidoscope-Ch7
-  toy.cpp
+set(LLVM_LINK_COMPONENTS
+  Analysis
+  Core
+  ExecutionEngine
+  InstCombine
+  Object
+  RuntimeDyld
+  ScalarOpts
+  Support
+  native
   )
 
-add_llvm_link_components(Kaleidoscope-Ch7 jit interpreter native)
-target_link_libraries(Kaleidoscope-Ch7 LLVMCore)
+add_kaleidoscope_chapter(Kaleidoscope-Ch7
+  toy.cpp
+  )