cmake_minimum_required(VERSION 3.15) project(a) set(CMAKE_BUILD_TYPE Debug) add_executable(a main.c strlcat.c)