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

15 lines
172 B
CMake

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