msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341)
[oota-llvm.git] / tools / llvm-cov / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS core support )
2
3 add_llvm_tool(llvm-cov
4   llvm-cov.cpp
5   gcov.cpp
6   )