From 2f85620b43dce670a10b60261b095cc9ba6857c6 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 18 Mar 2024 12:38:58 -0400 Subject: [PATCH] Meta: Ensure we install resource files when those resource files change --- Ladybird/cmake/ResourceFiles.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Ladybird/cmake/ResourceFiles.cmake b/Ladybird/cmake/ResourceFiles.cmake index 2c8a8951553..cfaf3aa17db 100644 --- a/Ladybird/cmake/ResourceFiles.cmake +++ b/Ladybird/cmake/ResourceFiles.cmake @@ -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