meta-programming tricks library
CONAN - The open source, decentralized and multi-platform package manager to create and share all your native binaries.
- GTest - Google Testing and Mocking Framework
-
Install conan: Installation instruction
-
Clone project:
git clone git@github.com:BAntDit/metrix.git -
Install dependencies:
conan install . -s compiler.cppstd=20 -s build_type=<Configuration> --build=missing --output-folder=<Out Folder> -
Generate:
cmake --preset conan-release -G Ninja -
Deploy to local conan cache:
conan create . -s build_type=<Configuration> -s compiler.cppstd=20