mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Meta: Ensure we install resource files when those resource files change
This commit is contained in:
parent
a729677561
commit
2f85620b43
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/trflynn89
Commit: 2f85620b43
Pull-request: https://github.com/SerenityOS/serenity/pull/23643
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/nico
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ function(copy_resource_set subdir)
|
|||
|
||||
add_custom_command(
|
||||
OUTPUT ${outputs}
|
||||
DEPENDS ${inputs}
|
||||
COMMAND "${CMAKE_COMMAND}" -E make_directory "${COPY_DESTINATION}/${subdir}"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "${inputs}" "${COPY_DESTINATION}/${subdir}"
|
||||
COMMAND_EXPAND_LISTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue