cmake/Help/variable/CMAKE_ENABLE_EXPORTS.rst

9 lines
333 B
ReStructuredText
Raw Normal View History

2015-11-17 17:22:37 +01:00
CMAKE_ENABLE_EXPORTS
--------------------
2020-02-01 23:06:01 +01:00
Specify whether executables export symbols for loadable modules.
2015-11-17 17:22:37 +01:00
2020-02-01 23:06:01 +01:00
This variable is used to initialize the :prop_tgt:`ENABLE_EXPORTS` target
property for executable targets when they are created by calls to the
:command:`add_executable` command. See the property documentation for details.