Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
RunCMake
/
LinkStatic
/
LinkOptionsLib.c
blob: 9bbd24cd8b2c07c7a6fa536b2c79704df59b5faa [
file
] [
log
] [
blame
]
#if defined(_WIN32)
__declspec
(
dllexport
)
#endif
int
flags_lib
(
void
)
{
return
0
;
}