aboutsummaryrefslogtreecommitdiffstats
path: root/examples/HowToUseJIT
diff options
context:
space:
mode:
Diffstat (limited to 'examples/HowToUseJIT')
-rw-r--r--examples/HowToUseJIT/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt
index ad7da95..428b53f 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
)