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