cmake

Starting a C艹 project with CMake in 2024

A post on how I've recently started a new C艹 project.

Starting a C艹 project with CMake in 2024

by Jens Weller

From the article:

Last year I've written last year about my plans to return to C艹, taking on some project ideas with C艹20 and CMake.

The first project is now in its beginning, so I thought to share the steps so far. Some of this blog post is covered by my recent talk Starting a modern C艹 project with CMake in 2024. In this post I'm going stay within the parts of the build tooling, following up with the code in other posts.

After working through the official CMake tutorial...