summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/visibility_preset
Commit message (Collapse)AuthorAgeFilesLines
* Merge some GenerateExportHeader subtests.Stephen Kelly2013-12-154-46/+0
|
* Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-021-0/+4
| | | | | | | This corresponds to the g++ and clang++ option -fvisibility-inlines-hidden on linux. On Windows with MinGW, this corresponds to -fno-keep-inline-dllexport. That option is not supported by clang currently.
* Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-024-0/+42
This is initialized by CMAKE_<LANG>_VISIBILITY_PRESET. The target property is used as the operand to the -fvisibility= compile option with GNU compilers and clang.