llvm-for-llvmta/examples/Kaleidoscope/Chapter5/CMakeLists.txt

19 lines
245 B
CMake
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch5
toy.cpp
)
export_executable_symbols(Kaleidoscope-Ch5)