llvm-project/llvm/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt

13 lines
166 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Object
RuntimeDyld
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Orc-lazy_codegen
toy.cpp
)