[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

[Solved] CMake still not working with OpenCV [duplicate]

Have you tried actually setting the environment variables (CMAKE_MODULE_PATH and/or OpenCV_DIR) the error message tells you to set? You can do that from Control Panel > System > Advanced System Settings > Environment Variables See if they exist (and point to the correct path), otherwise just create them… 8 solved CMake still not working with … Read more