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