LANG_VISIBILITY_PRESET.rst 495 B

12345678910111213
  1. <LANG>_VISIBILITY_PRESET
  2. ------------------------
  3. Value for symbol visibility compile flags
  4. The ``<LANG>_VISIBILITY_PRESET`` property determines the value passed in a
  5. visibility related compile option, such as ``-fvisibility=`` for ``<LANG>``.
  6. This property affects compilation in sources of all types of targets
  7. (subject to policy :policy:`CMP0063`).
  8. This property is initialized by the value of the
  9. :variable:`CMAKE_<LANG>_VISIBILITY_PRESET` variable if it is set when a
  10. target is created.