llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
188 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
JITLink
MC
OrcJIT
Support
Target
nativecodegen
)
add_llvm_example(OrcV2CBindingsLazy
OrcV2CBindingsLazy.c
)