cmake_minimum_required(VERSION ${CMAKE_VERSION}) project(cmlib) add_executable(main main.c)