# Setting Up and Running CMake
CMake Tutorial 1 / 2
11 min read
Setting up your system for CMake development, installing a package manager, and creating a simple executable.
Setting up your system for CMake development, installing a package manager, and creating a simple executable.
CMake has the ability to create targets. This article shows how to create a library and link targets (a library) to an executable.