Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
llvm
/
examples
/
Kaleidoscope
/
Chapter3
/
CMakeLists.txt
Text
·
103 B
·
8053c96
Raw
9 lines · plain
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Support
4
)
5
6
add_kaleidoscope_chapter(Kaleidoscope-Ch3
7
toy.cpp
8
)
9