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

15 lines
193 B
CMake
Raw Permalink Normal View History

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