xref
: /
llvm-project
/
llvm
/
utils
/
count
/
CMakeLists.txt
(revision ab380c287a42c0701cd86ae2932c0cb125b9a294)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
set(LLVM_LINK_COMPONENTS
2
support
3
)
4
5
add_llvm_utility(count
6
count.c
7
)
8