[Solved] How to use pkg-config in CMake (juCi++)
If your IDE handles CMake and Meson, it should be able to detect your project files. I’d say go for Meson, it’s the future, and CMake syntax has a few quirks that Meson doesn’t. Meson: Meson documentation He’s a basic meson.build that expects to find your application code in main.c and produces a binary named … Read more