1 2 3 4
cmake_minimum_required(VERSION 3.27) project(Foo NONE) add_custom_target(drive ALL COMMAND ${CMAKE_COMMAND} -E true)