1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-10 18:37:01 +00:00

14 lines
268 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS core support object profiledata)
add_llvm_tool(llvm-cov
llvm-cov.cpp
gcov.cpp
CodeCoverage.cpp
CoverageFilters.cpp
CoverageReport.cpp
CoverageSummary.cpp
CoverageSummaryInfo.cpp
SourceCoverageView.cpp
TestingSupport.cpp
)