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

19 lines
225 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
MC
ScalarOpts
Support
TransformUtils
native
mcjit
)
set(LLVM_REQUIRES_RTTI 1)
add_kaleidoscope_chapter(Kaleidoscope-Ch7
toy.cpp
)