1CMAKE_ENABLE_EXPORTS
2--------------------
3
4.. versionadded:: 3.4
5
6Specify whether executables export symbols for loadable modules.
7
8This variable is used to initialize the :prop_tgt:`ENABLE_EXPORTS` target
9property for executable targets when they are created by calls to the
10:command:`add_executable` command.  See the property documentation for details.
11