Creating Libraries with CMake: Official Tutorial Step 2

Creating Libraries with CMake: Official Tutorial Step 2

Previous Highlights: CMake Hello, World CMake Variables CMake Official Tutorial (Basic Project Setup) Following the previous article, we will start creating a library. This article corresponds to Step 2 of the official tutorial, and after reading it, you will gain the following knowledge: 1. Creating Library Programs 2. Controlling Compilation via Option Definitions 3. Defining … Read more