cmake_minimum_required(VERSION 3.10)
project(PlusInFileName C)

add_executable(PlusInFileName test+1.c)
