llvm-project/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt

16 lines
190 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
MCJIT
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6
toy.cpp
)