Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RunCMake
/
target_sources
/
MissingSource.cmake
blob: 2bb71e493505cbbe3946c42d340062d33a6c9b3d [
file
]
cmake_policy
(
SET CMP0115 NEW
)
add_custom_target
(
foo
)
target_sources
(
foo PRIVATE missing
.
txt
)