cmake_minimum_required(VERSION 3.0) project(ConfigSources) add_executable(ConfigSources $<$:main.cpp> $<$:does_not_exist.cpp> )