Conan Package Manager !!top!!
If you are tired of git submodule hell, manual library builds, or fragile CMake find_package scripts – .
| Concept | Description | |---------|-------------| | | A Python script ( conanfile.py ) describing how to build a package. | | Profile | A set of settings (OS, compiler, arch) and options for a build environment. | | Recipe | The instructions (including source URL and build commands) to create a package. | | Binary | Pre-compiled artifacts (libraries, headers, DLLs) stored for a specific configuration. | | Remote | A server repository for packages (default: ConanCenter). | | Cache | Local storage of downloaded packages. | conan package manager
cmake --preset conan-default