mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 18:54:55 +00:00
689493bb12
llvm-svn: 289060
12 lines
146 B
CMake
12 lines
146 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
Interpreter
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(HowToUseJIT
|
|
HowToUseJIT.cpp
|
|
)
|