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