mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-23 16:06:24 +00:00
b5c4b87690
llvm-svn: 196908
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
|
|
)
|