mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-30 00:38:54 -04:00
13 lines
152 B
CMake
13 lines
152 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
Interpreter
|
|
JIT
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(HowToUseJIT
|
|
HowToUseJIT.cpp
|
|
)
|