llvm-project/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt

13 lines
152 B
CMake

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