Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
9f6011e3078e64ea78c8179f9da86750777393a8
/
.
/
Tests
/
RunCMake
/
CMP0050
/
empty.cpp
blob: bf7d5c92e8982e961646ef1987307bc299c58ff6 [
file
]
#include
"input.h"
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
empty
()
{
return
0
;
}