mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
CMake: Rename all_generated target to better convey intent
This commit is contained in:
parent
25f5936dee
commit
d897bfae91
Notes:
github-actions[bot]
2025-07-03 21:21:22 +00:00
Author: https://github.com/ayeteadoe
Commit: d897bfae91
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5249
Reviewed-by: https://github.com/gmta ✅
6 changed files with 13 additions and 13 deletions
|
@ -136,7 +136,7 @@ function(copy_resource_set subdir)
|
|||
set(target_name "${target_name}_")
|
||||
endwhile()
|
||||
add_custom_target(${target_name} DEPENDS ${outputs})
|
||||
add_dependencies(all_generated ${target_name})
|
||||
add_dependencies(ladybird_codegen_accumulator ${target_name})
|
||||
add_dependencies("${COPY_TARGET}_build_resource_files" ${target_name})
|
||||
endif()
|
||||
endfunction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue