summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/SubDir/CMakeLists.txt
blob: 73ae4317f6283346be706493b1683ca4236e0db9 (plain)
1
2
add_custom_target(SubFail COMMAND does_not_exist)
add_custom_target(InAll ALL COMMAND ${CMAKE_COMMAND} -E echo "Building InAll")