mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-20 09:37:50 +00:00
12 lines
233 B
CMake
12 lines
233 B
CMake
|
# TODO: Support other architectures. See Makefile.
|
||
|
add_definitions(-DENABLE_X86_JIT)
|
||
|
|
||
|
add_partially_linked_object(LLVMJIT
|
||
|
Intercept.cpp
|
||
|
JIT.cpp
|
||
|
JITDwarfEmitter.cpp
|
||
|
JITEmitter.cpp
|
||
|
JITMemoryManager.cpp
|
||
|
TargetSelect.cpp
|
||
|
)
|