diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/examples/HowToUseJIT/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/HowToUseJIT/CMakeLists.txt b/llvm/examples/HowToUseJIT/CMakeLists.txt index ad7da957697..428b53ffb9b 100644 --- a/llvm/examples/HowToUseJIT/CMakeLists.txt +++ b/llvm/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 ) |