mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Regenerate all WebIDLs when one of them changes
WebIDL files have dependencies between each other, but cmake doesn't have any information about them. This can cause it to not update all the changed bindings when switching branches.
This commit is contained in:
parent
226d9a5b0e
commit
25b95aa1a1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ foreach(binding IN LISTS bindings)
|
|||
.
|
||||
Bindings/${binding}Binding
|
||||
${webidls_src}/${binding}.webidl
|
||||
DEPENDS Bindings ${bindinggen_deps} ${webidls_src}/${binding}.webidl ParserResults
|
||||
DEPENDS Bindings ${bindinggen_deps} ${webidls} ParserResults
|
||||
VERBATIM
|
||||
)
|
||||
add_custom_target(${binding} DEPENDS Bindings/${binding}Binding.rs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue