10 lines
203 B
CMake
10 lines
203 B
CMake
add_llvm_library(LLVMOrcJIT
|
|
ExecutionUtils.cpp
|
|
IndirectionUtils.cpp
|
|
OrcMCJITReplacement.cpp
|
|
OrcTargetSupport.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
|
)
|