summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_sources/AddCustomTargetPrivateSources.cmake
blob: 11f0258c8e3733bac715504a9ec2b2842e5274e8 (plain)
1
2
add_custom_target(target ALL)
target_sources(target PRIVATE main.cpp)