cmake_minimum_required(VERSION 3.10)

project(custom_target_sources)

add_custom_target(foo SOURCES foo.cpp)

