1
0
mirror of https://github.com/madler/zlib synced 2025-03-28 21:13:15 +00:00

CMake: Add one more alias for llvm-cov.

This commit is contained in:
Vollstrecker 2024-12-31 14:01:49 +01:00 committed by Mark Adler
parent 1be9392124
commit c31099862f

View File

@ -70,6 +70,7 @@ if(ZLIB_BUILD_STATIC)
if(${CMAKE_C_COMPILER_ID} STREQUAL "Clang")
set(llvm_names llvm_cov)
list(APPEND llvm_names llvm-cov
foreach(ver RANGE 11 99)
list(APPEND llvm_names llvm-cov-${ver})