mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
0db2c8505e
This adds a "ModuleDefinition" test enabled when using MSVC tools. It checks that .def files can be used to export .dll and .exe symbols and create corresponding .lib files that can be linked. See issue #9613.
2 lines
45 B
C
2 lines
45 B
C
int example_dll_function(void) { return 0; }
|