1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-08 03:30:22 +00:00
llvm-6502/examples/HowToUseJIT/CMakeLists.txt
2008-10-22 02:52:59 +00:00

6 lines
108 B
CMake

set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)