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

13 lines
164 B
CMake
Raw Normal View History

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