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