mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
557aef0b94
The external project's build process may generate byproducts on which other rules in the driving project's build later depend. Provide a way for the driving project to specify what byproducts it expects to be made available by the custom commands that drive the external project.
2 lines
40 B
C
2 lines
40 B
C
int ExternalLibrary(void) { return 0; }
|