blob: 5c22aaabe482ae6f7f190a92403c3d1439e28062 [file] [log] [blame]
add_custom_target(check ALL COMMAND check
$<CONFIG:.>
$<CONFIG:Foo,Bar>
$<CONFIG:Foo-Bar>
$<$<CONFIG:Foo-Nested>:foo>
VERBATIM)