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