[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
[oota-llvm.git] / examples / Kaleidoscope / Chapter3 / CMakeLists.txt
index 1af8db00a172284efd65b19c77163b8ed71dfc9d..a98d7df1049cc98750ad08ddaef25ae5582363f8 100644 (file)
@@ -1,4 +1,7 @@
-set(LLVM_LINK_COMPONENTS core)
+set(LLVM_LINK_COMPONENTS
+  Core
+  Support
+  )
 
 add_llvm_example(Kaleidoscope-Ch3
   toy.cpp