CMake/Tests/ModuleDefinition/example_dll_gen.c
Brad King 89987c2102 Test generated module .def files
Teach the ModuleDefinition test to cover the case that a .def file is
generated by a custom command.
2012-04-02 10:54:25 -04:00

2 lines
49 B
C

int example_dll_gen_function(void) { return 0; }