llvm-65816/tools/llvm-cov/CMakeLists.txt

6 lines
83 B
CMake

set(LLVM_LINK_COMPONENTS core support )
add_llvm_tool(llvm-cov
llvm-cov.cpp
)