xref
: /
openbsd
/
gnu
/
llvm
/
llvm
/
utils
/
split-file
/
CMakeLists.txt
(revision d415bd75)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_llvm_utility(split-file
6
split-file.cpp
7
)
8