CMake

Applies to: cpp, c

CMake is a build-system generator used heavily in C++ projects to configure compilers, libraries, and targets.

add_executable(robot main.cpp)

See also: compiler, linker