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

15 lines
176 B
CMake
Raw Normal View History

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