blob: 382447c9833f815406cb2f9e36de3c067ac902d8 (
plain)
1
2
3
4
5
6
7
|
CMAKE_LINK_DEF_FILE_FLAG
------------------------
Linker flag to be used to specify a .def file for dll creation.
The flag will be used to add a .def file when creating a dll on
Windows; this is only defined on Windows.
|