mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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)
|