6 lines
86 B
CMake
6 lines
86 B
CMake
set(LLVM_LINK_COMPONENTS instrumentation )
|
|
|
|
add_llvm_tool(llvm-cov
|
|
llvm-cov.cpp
|
|
)
|