Tag: CMake
-
mkres - embed compressed files in your C++ code
I wrote a blog-post 6 years ago about Compiling and using a code-generator with CMake.
Read on... -
Deploying distcc in a kubernetes cluster to transform it into a big, fast build-machine.
For C++ developers, more cores to build on means faster builds. If your project is big, more cores can make a significant boost. If you have a local k8 cluster with spare CPU, it's amazingly simple to turn it into a build-machine.
Read on... -
Cmake cheat sheet
This article is work in progress, and mostly for my own reference.
Read on... -
Compiling and using a code-generator with CMake
Using code-generators is quite common for C++ developers. As part of the preparations for releasing stbl, the program that converts this site from a handful of text files to a modern, reponsive…
Read on... -
Adding an install target in CMake
CMake can do more than just build your software projects. It can also install them.
Read on...