OpenGrok
Cross Reference: CMakeLists.txt
xref
: /
external
/
llvm
/
tools
/
llvm-cov
/
CMakeLists.txt
Home
|
History
|
Annotate
|
Download
|
only in
llvm-cov
1
set(LLVM_LINK_COMPONENTS instrumentation )
2
3
add_llvm_tool(llvm-cov
4
llvm-cov.cpp
5
)
6