14 lines
241 B
CMake
14 lines
241 B
CMake
|
add_llvm_component_library(LLVMOrcShared
|
||
|
OrcError.cpp
|
||
|
RPCError.cpp
|
||
|
TargetProcessControlTypes.cpp
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
||
|
|
||
|
DEPENDS
|
||
|
intrinsics_gen
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|