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

17 lines
207 B
CMake

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