llvm-6502/examples/Kaleidoscope/Chapter4/CMakeLists.txt
2015-02-16 02:13:30 +00:00

17 lines
207 B
CMake

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