llvm-project/llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt

12 lines
152 B
CMake

set(LLVM_LINK_COMPONENTS
Core
IRReader
OrcJIT
Support
nativecodegen
)
add_llvm_example(LLJITWithObjectCache
LLJITWithObjectCache.cpp
)