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

15 lines
172 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
MC
ScalarOpts
Support
nativecodegen
)
add_llvm_example(Kaleidoscope-Ch5
toy.cpp
)