cmake/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst

8 lines
230 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_LINK_DEF_FILE_FLAG
------------------------
2015-11-17 17:22:37 +01:00
Linker flag to be used to specify a ``.def`` file for dll creation.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
The flag will be used to add a ``.def`` file when creating a dll on
2014-08-03 19:52:23 +02:00
Windows; this is only defined on Windows.