18 lines
262 B
Text
18 lines
262 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
Core
|
||
|
ExecutionEngine
|
||
|
IRReader
|
||
|
JITLink
|
||
|
MC
|
||
|
OrcJIT
|
||
|
Support
|
||
|
Target
|
||
|
nativecodegen
|
||
|
)
|
||
|
|
||
|
add_llvm_example(OrcV2CBindingsAddObjectFile
|
||
|
OrcV2CBindingsAddObjectFile.c
|
||
|
)
|
||
|
|
||
|
export_executable_symbols(OrcV2CBindingsAddObjectFile)
|