llvm-6502/examples/Kaleidoscope/Chapter5/CMakeLists.txt
NAKAMURA Takumi 15587b485b Reorder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226419 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-19 00:35:33 +00:00

15 lines
176 B
CMake

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