Use a CMake macro packaged in a dependency Use a CMake macro packaged in a dependency When a package recipe wants to provide a CMake functionality via a macro, it can be done as...
CMakeToolchain: Inject arbitrary CMake variables into dependencies CMakeToolchain: Inject arbitrary CMake variables into dependencies You can find the sources to recreate this p...
Build a simple CMake project using Conan Build a simple CMake project using Conan Let’s get started with an example: We are going to create a string compressor application that ...
Use cmake modules inside a tool_requires transparently Use cmake modules inside a tool_requires transparently When we want to reuse some .cmake scripts that are inside anothe...