cirosantilli/cmake/hello_c/CMakeLists.txt

cmake/hello_c/CMakeLists.txt
cmake_minimum_required(VERSION 3.0)
project(ProjectName)
add_executable(main main.c)