X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FHowToUseJIT%2FCMakeLists.txt;h=237cbea861d23153d48f56a64d3e6b5fbc0c4007;hb=0e9c68e6bc8768143308b0162e900ba8bd10dc01;hp=672af144d691d10508f6df934e2958bbb7f5e494;hpb=4e9c939312ff73bd0c6a6485fd5f97012f5910fa;p=oota-llvm.git diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt index 672af144d69..237cbea861d 100644 --- a/examples/HowToUseJIT/CMakeLists.txt +++ b/examples/HowToUseJIT/CMakeLists.txt @@ -1,5 +1,13 @@ +set(LLVM_LINK_COMPONENTS + Core + ExecutionEngine + Interpreter + JIT + MC + Support + nativecodegen + ) + add_llvm_example(HowToUseJIT HowToUseJIT.cpp ) - -add_llvm_link_components(HowToUseJIT jit interpreter nativecodegen)