X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FHowToUseJIT%2FCMakeLists.txt;h=a344ad07ca63cb6f7a61e0f9509f75c437e53e42;hb=2b42a5c3bdd4316a6caf6aab887598086ca22c75;hp=ad7da9576974b5e655b5c994a6f16e0af31989f2;hpb=dbc2e856fce973243d2dfba88d573d3c88f06020;p=oota-llvm.git diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt index ad7da957697..a344ad07ca6 100644 --- a/examples/HowToUseJIT/CMakeLists.txt +++ b/examples/HowToUseJIT/CMakeLists.txt @@ -1,5 +1,12 @@ -set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) +set(LLVM_LINK_COMPONENTS + Core + ExecutionEngine + Interpreter + MC + Support + nativecodegen + ) -add_llvm_executable(HowToUseJIT +add_llvm_example(HowToUseJIT HowToUseJIT.cpp )