1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/examples/Kaleidoscope/Chapter5/CMakeLists.txt
NAKAMURA Takumi 3206497304 llvm/examples: Add RuntimeDyld as libdeps.
llvm-svn: 233646
2015-03-31 00:03:36 +00:00

16 lines
190 B
CMake

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