mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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; }
|