Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2ab43d78e1fe0f027f48a032d74c51a23c76302f
/
.
/
Tests
/
RunCMake
/
Codegen
/
no-output.cmake
blob: 61eb83c22ae038bf366c840178784659f850b42a [
file
] [
log
] [
blame
]
add_custom_target
(
foobar
COMMAND $
{
CMAKE_COMMAND
}
-
E copy
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
generated
.
h
.
in
$
{
CMAKE_CURRENT_BINARY_DIR
}/
generated
.
h
)
add_custom_command
(
TARGET foobar POST_BUILD
COMMAND
$
{
CMAKE_COMMAND
}
-
E
true
CODEGEN
)