Files
revng-revng/typescript
Alessandro Di Federico ebc9a41044 CMake: fix regeneration of TypeScript code
In `add_custom_command` is one of the entries of `DEPENDS` is not a file
(i.e., it's a custom command), the dependency is only an ordering
dependency.  This means that the command is not actually re-run when its
dependencies are invalidated.
2022-08-11 11:16:04 +02:00
..