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
/
utils
/
split-file
/
CMakeLists.txt
Text
·
89 B
·
c20fecd
Raw
8 lines · plain
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_llvm_utility(split-file
6
split-file.cpp
7
)
8