mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
3f60dbf148
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>
4 lines
85 B
C
4 lines
85 B
C
extern int mylibA();
|
|
extern int mylibD();
|
|
int main() { return mylibA() + mylibD(); }
|