Attempt to fix the cmake build by requiring mcjit on the cmake
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / CMakeLists.txt
index 2f828dc819eecc0f4fabde0f1da218baeeb67a4e..46067d9973102548ee212ab9d7210be5d2081379 100644 (file)
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   Support
   nativecodegen
+  mcjit
   )
 
 add_llvm_example(Kaleidoscope-Ch4