Articles by Tag #cmake

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Easily add packages to CMake with CPM

There are so many libraries and for many people it is difficult to know the correct name to add to...

Learn More 11 0May 24 '24

Streamlining STM32 Projects: VS Code, CMake and clangd

The STM32CubeIDE software serves as an excellent starting point for STM32 development. However, when...

Learn More 8 3Jun 2 '24

Conan: Your Embedded Cross-Compilation Champion

In the continuously changing field of software development, modern programming languages such as Rust...

Learn More 8 0Jul 13 '24

Automate Versioning with Git and CMake

1. What is Software Versioning? Software versioning is the practice of assigning unique...

Learn More 7 0Nov 12 '24

Getting started with GoogleTest and CMake

I wanted to get started with GoogleTest, and while searching for information, I came across this...

Learn More 2 1Aug 11 '24

Building a Desktop C++ Barcode Scanner with Slimmed-Down OpenCV and Webcam

OpenCV is a powerful library capable of handling a wide range of computer vision tasks. However, its...

Learn More 1 0Jun 19 '24

CMake Script Mode and Variables

CMake lets users write scripts in "Script Mode" that can do various tasks. I originally tried...

Learn More 0 0Feb 8

Simple CMake to Compile Resources

Recently I have been working on a project that has a Simple Web Server, so I needed a way to serve...

Learn More 0 0Feb 8

Failed to load shared library 'llama.dll': Could not find (llama-cpp-python)

🧵 Fixing Common Issues When Installing llama-cpp-python on Windows If you're working with...

Learn More 0 0Apr 14

Fixing libdc1394.so.22: cannot open shared object file (ㅠ﹏ㅠ)

libdc1394.so.22 is a library used for camera access in libraries such as OpenCV and is superseded by...

Learn More 0 0Oct 10 '24

Improve Productivity with CMake and Compiler Cache Integration

Introduction Build times can significantly impact developers' productivity. While what...

Learn More 0 0Jul 14 '24

vcpkg - how to modify dependencies

Purpose This tutorial is made for existing projects that use vcpkg to manage their C++...

Learn More 0 0Sep 27 '24