Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
7fe8d4bfc4e14758308dbf2f2fcd96cb614b7b29
/
.
/
Tests
/
RunCMake
/
BuildDepends
/
LinkDependsExternalLibrary.step1.cmake
blob: df302f7614309cd30cbb40f23e9ebcb1a5fafd66 [
file
]
file
(
WRITE
"${RunCMake_TEST_BINARY_DIR}/external.c"
[[
#if defined(_WIN32)
__declspec
(
dllexport
)
#endif
void
external
(
void
)
{
}
]])