Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly converted...
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
index 428b53ffb9be92bddb4063881014d6e2de2eab61..237cbea861d23153d48f56a64d3e6b5fbc0c4007 100644 (file)
@@ -1,4 +1,12 @@
-set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
+set(LLVM_LINK_COMPONENTS
+  Core
+  ExecutionEngine
+  Interpreter
+  JIT
+  MC
+  Support
+  nativecodegen
+  )
 
 add_llvm_example(HowToUseJIT
   HowToUseJIT.cpp