Files
CMake/Tests/CustomCommandByproducts/byproduct9.c.in
Daniel Eiband 482d858500 Depend: Add test for target-level dependencies via byproducts
Add test for target-level dependency of custom target to POST_BUILD event via
byproduct.  Remove explicit dependencies in test which are no longe required
due to introduced dependencies on build events via byproducts.

Issue: #19005
2019-09-12 16:03:12 +02:00

2 lines
35 B
C

int byproduct9(void) { return 0; }