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

16 lines
180 B
CMake
Raw Normal View History

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