llvm-6502/examples/Kaleidoscope/Chapter7/CMakeLists.txt
2015-04-22 20:41:34 +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-Ch7
toy.cpp
)