mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 23:08:34 -05:00
0e9f4bc00c
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.
8 lines
74 B
C++
8 lines
74 B
C++
|
|
#include "visibility_preset.h"
|
|
|
|
void VisibilityPreset::someMethod()
|
|
{
|
|
|
|
}
|