X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FHowToUseJIT%2FCMakeLists.txt;h=428b53ffb9be92bddb4063881014d6e2de2eab61;hb=adf01b3f18442ae8db6b8948e70d82d9df415119;hp=ad7da9576974b5e655b5c994a6f16e0af31989f2;hpb=dbc2e856fce973243d2dfba88d573d3c88f06020;p=oota-llvm.git diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt index ad7da957697..428b53ffb9b 100644 --- a/examples/HowToUseJIT/CMakeLists.txt +++ b/examples/HowToUseJIT/CMakeLists.txt @@ -1,5 +1,5 @@ set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) -add_llvm_executable(HowToUseJIT +add_llvm_example(HowToUseJIT HowToUseJIT.cpp )