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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
245 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6
toy.cpp
)
export_executable_symbols(Kaleidoscope-Ch6)