mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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; }
|