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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
137 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
all
)
add_kaleidoscope_chapter(Kaleidoscope-Ch8
toy.cpp
)
export_executable_symbols(Kaleidoscope-Ch8)