summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/BadZero.cmake
blob: 295ab0e209387f98c1f12756a1f655dd0d72c428 (plain)
1
2
3
4

add_custom_target(check ALL COMMAND check
  $<0>
  VERBATIM)