OpenGrok
Cross Reference: CMakeLists.txt
xref
: /
external
/
llvm
/
examples
/
Kaleidoscope
/
Chapter3
/
CMakeLists.txt
Home
|
History
|
Annotate
|
Download
|
only in
Chapter3
1
set(LLVM_LINK_COMPONENTS core)
2
3
add_llvm_example(Kaleidoscope-Ch3
4
toy.cpp
5
)
6