llvm-6502/examples/Kaleidoscope/Chapter5/CMakeLists.txt
Eric Christopher 28eb431b8c Once more on the cmake build. nativecodegen->native on the dependencies.
Thanks to Rafael Espindola for testing assistance.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223678 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-08 18:24:06 +00:00

16 lines
173 B
CMake

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