cmake_minimum_required(VERSION 3.25) project(common_math C) set(CMAKE_C_STANDARD 11) add_library(common_math library.c)