llvm-6502/examples/HowToUseJIT/CMakeLists.txt
2013-12-10 11:13:32 +00:00

13 lines
152 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
JIT
Support
nativecodegen
)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)