llvm-6502/examples/Kaleidoscope/Chapter8/CMakeLists.txt
NAKAMURA Takumi 15ce777898 Rework r233647, "llvm/examples: Suppress building a few JIT examples."
It didn't work with "install".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233708 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-31 16:41:25 +00:00

17 lines
209 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
MCJIT
RuntimeDyld
Support
native
)
set(LLVM_REQUIRES_RTTI 1)
set(LLVM_BUILD_EXAMPLES OFF)
add_kaleidoscope_chapter(Kaleidoscope-Ch8
toy.cpp
)