Files
clang-p2996/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
2024-12-06 00:33:45 +00:00

14 lines
200 B
CMake

set(LLVM_LINK_COMPONENTS
Core
IRReader
JITLink
OrcJIT
OrcShared
Support
nativecodegen
)
add_llvm_example(LLJITWithObjectLinkingLayerPlugin
LLJITWithObjectLinkingLayerPlugin.cpp
)