llvm-6502/examples/Kaleidoscope/Chapter5/CMakeLists.txt
Duncan P. N. Exon Smith c182476974 cmake: Add Kaleidoscope target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225318 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-06 23:39:37 +00:00

16 lines
181 B
CMake

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