mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-18 02:16:43 +00:00
CMake: use add_llvm_example for HowToUseJIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c5b6dfd0e
commit
57bd83be19
@ -1,5 +1,5 @@
|
|||||||
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
|
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
|
||||||
|
|
||||||
add_llvm_executable(HowToUseJIT
|
add_llvm_example(HowToUseJIT
|
||||||
HowToUseJIT.cpp
|
HowToUseJIT.cpp
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user