cmake_minimum_required(VERSION 3.2.1) # my currently installed version
project(cmake15468)
add_executable(my_target main.c)
