X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FFibonacci%2FCMakeLists.txt;h=087ccdd7d841d668769c690b51601be834c3fa0b;hp=693761241fc18e18d0a6fd4dca3d1721e360bac3;hb=ac6ac4cb6c567726b5ea8c823906a4ab6c8c089a;hpb=3d01fc7de86c75926e4e5ac7cc49f0116018893d;ds=sidebyside diff --git a/examples/Fibonacci/CMakeLists.txt b/examples/Fibonacci/CMakeLists.txt index 693761241fc..087ccdd7d84 100644 --- a/examples/Fibonacci/CMakeLists.txt +++ b/examples/Fibonacci/CMakeLists.txt @@ -1,4 +1,11 @@ -set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) +set(LLVM_LINK_COMPONENTS + Core + ExecutionEngine + Interpreter + MC + Support + nativecodegen + ) add_llvm_example(Fibonacci fibonacci.cpp