Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
target_compile_features
/
empty.c
blob: 8d91e77d31a40351f025e6b3abf408c7d65eb7da [
file
]
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty
(
void
)
{
return
0
;
}