X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FFibonacci%2FCMakeLists.txt;h=7b8c3ea90406be7c9101caa9074a80522462a7f1;hp=693761241fc18e18d0a6fd4dca3d1721e360bac3;hb=4e9c939312ff73bd0c6a6485fd5f97012f5910fa;hpb=3d01fc7de86c75926e4e5ac7cc49f0116018893d diff --git a/examples/Fibonacci/CMakeLists.txt b/examples/Fibonacci/CMakeLists.txt index 693761241fc..7b8c3ea9040 100644 --- a/examples/Fibonacci/CMakeLists.txt +++ b/examples/Fibonacci/CMakeLists.txt @@ -1,5 +1,5 @@ -set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) - add_llvm_example(Fibonacci fibonacci.cpp ) + +add_llvm_link_components(Fibonacci jit interpreter nativecodegen)