Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
target_sources
/
AddCustomTargetPrivateSources.cmake
blob: 11f0258c8e3733bac715504a9ec2b2842e5274e8 [
file
]
add_custom_target
(
target ALL
)
target_sources
(
target PRIVATE main
.
cpp
)