mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 21:50:39 -06:00
This enables changing the name and output folder of the debug symbol files produced by MS compilers. Inspired-by: Thomas Bernard <thomas.bernard@ipetronik.com>
2 lines
49 B
C
2 lines
49 B
C
__declspec(dllexport) int mylibC() { return 1; }
|