mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +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
|
@ -97,7 +97,7 @@ add_custom_command(
|
|||
)
|
||||
target_sources(LibGfx PRIVATE ${generated_sources})
|
||||
add_custom_target(generate_tiff_files_handler DEPENDS ${generated_sources})
|
||||
add_dependencies(all_generated generate_tiff_files_handler)
|
||||
add_dependencies(ladybird_codegen_accumulator generate_tiff_files_handler)
|
||||
add_dependencies(LibGfx generate_tiff_files_handler)
|
||||
|
||||
set(generated_headers ${generated_sources})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue