X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FFibonacci%2FCMakeLists.txt;h=c015e50ac350b4f6d8d9c10d1d03875a4616f3d1;hp=693761241fc18e18d0a6fd4dca3d1721e360bac3;hb=a84c1fb65227a940571a328aeb3a6473e3c80153;hpb=3a210e2d302758101ac06946e86027b327c7d0f3 diff --git a/examples/Fibonacci/CMakeLists.txt b/examples/Fibonacci/CMakeLists.txt index 693761241fc..c015e50ac35 100644 --- a/examples/Fibonacci/CMakeLists.txt +++ b/examples/Fibonacci/CMakeLists.txt @@ -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(Fibonacci fibonacci.cpp