mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
910ada1a88
Fixes #24327
7 lines
156 B
CMake
7 lines
156 B
CMake
add_custom_target(check ALL COMMAND check
|
|
$<CONFIG:.>
|
|
$<CONFIG:Foo-Bar>
|
|
$<$<CONFIG:Foo-Nested>:foo>
|
|
$<$<CONFIG:Release,Foo-Second>:foo>
|
|
VERBATIM)
|