summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/TargetSources/AddCustomTargetInterfaceSources.cmake
blob: 42a8ca2f11cf79f2c9328dde6d209f135ff0b0bf (plain)
1
2
add_custom_target(target ALL)
target_sources(target INTERFACE main.cpp)