[cmake] Print full source path of resource headers

This makes it easier to see where the resource headers come from.
This commit is contained in:
Kim Gräsman 2022-12-20 19:49:51 +01:00
parent 5220063727
commit ba654f182f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ if (NOT TARGET clang-resource-headers)
add_custom_command(OUTPUT "${dst}"
DEPENDS "${src}"
COMMAND ${CMAKE_COMMAND} -E copy_if_different "${src}" "${dst}"
COMMENT "Copying clang's ${file}..."
COMMENT "Copying ${src}..."
)
list(APPEND out_files "${dst}")
endforeach()