CMAKE_ENABLE_EXPORTS.rst 333 B

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