summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/TargetSources/AddCustomTargetPublicSources.cmake
blob: d9e82c02f5dbbfb31e06d5c54d21cb10ad23a7d5 (plain)
1
2
add_custom_target(target ALL)
target_sources(target PUBLIC main.cpp)