Home
A cross platform build system used to generate other build systems, like a makefile.
CMakeLists.txt
cmake_minimum_required(VERSION 3.20.0) project(ProjectName) add_executable(CompiledName main.cpp other.cpp)