1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/ExecutionEngine/JIT/CMakeLists.txt
2013-05-07 20:53:59 +00:00

9 lines
165 B
CMake

# TODO: Support other architectures. See Makefile.
add_definitions(-DENABLE_X86_JIT)
add_llvm_library(LLVMJIT
JIT.cpp
JITEmitter.cpp
JITMemoryManager.cpp
)