mirror of
https://github.com/reactos/CMake.git
synced 2025-04-12 03:56:49 +00:00

Teach the ModuleDefinition test to cover the case that a .def file is generated by a custom command.
2 lines
49 B
C
2 lines
49 B
C
int example_dll_gen_function(void) { return 0; }
|