Attempt to fix the cmake build by requiring mcjit on the cmake
[oota-llvm.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
index d36f03090e5b0a3efb15cbdd0e39c49dd85f90bf..af24377c761a77ea3e1a50d5cea3228a4b713395 100644 (file)
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   Support
   nativecodegen
+  mcjit
   )
 
 add_llvm_example(Kaleidoscope-Ch6