cmake/Tests/RunCMake/Ninja/SubDir/CMakeLists.txt
2016-07-09 11:21:54 +02:00

3 lines
129 B
CMake

add_custom_target(SubFail COMMAND does_not_exist)
add_custom_target(InAll ALL COMMAND ${CMAKE_COMMAND} -E echo "Building InAll")