brintos

brintos / llvm-project-archived public Read only

0
0
Text · 106 B · b4a2292 Raw
3 lines · plain
1add_executable(orc-executor orc-executor.cpp)2target_link_libraries(orc-executor PRIVATE orc-rt-executor)3