Articles with tag cmake

mkres - embed compressed files in your C++ code

Published:

Read on...

Deploying distcc in a kubernetes cluster to transform it into a big, fast build-machine.

Published:

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

Published:

Read on...

Compiling and using a code-generator with CMake

Published:

Read on...

Adding an install target in CMake

Published:

Read on...