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 )