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()
|
|
{
|
|
|
|
}
|