Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0e9cb667ef49cb61b7d8ccfc187e11ec00f00920
/
.
/
Tests
/
RunCMake
/
BuildDepends
/
CustomCommandUnityBuild.step2.cmake
blob: 69b21b8319db42af21e329d1a636c66c020922a1 [
file
]
file
(
WRITE
"${RunCMake_TEST_BINARY_DIR}/main.c.in"
[[
int
main
(
void
)
{
return
2
;
}
]])