cmake_minimum_required(VERSION 3.15)
project(App VERSION 0.1.0)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_executable(a.out main.c)