Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
CMakeCommands
/
target_sources
/
empty_1.cpp
blob: 01e5b07aeea43493baa4abfcfe9d12226a2db203 [
file
]
#ifdef
IS_LIB
# ifdef _WIN32
__declspec
(
dllexport
)
# endif
int
internal_empty_1
()
{
return
0
;
}
#else
# ifdef _WIN32
__declspec
(
dllexport
)
# endif
int
empty_1
()
{
return
0
;
}
#endif