Skip to content

BAntDit/metrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metrix

meta-programming tricks library

Build dependencies

CONAN - The open source, decentralized and multi-platform package manager to create and share all your native binaries.

Dependencies

  1. GTest - Google Testing and Mocking Framework

Project setup

  1. Install conan: Installation instruction

  2. Clone project: git clone git@github.com:BAntDit/metrix.git

  3. Install dependencies: conan install . -s compiler.cppstd=20 -s build_type=<Configuration> --build=missing --output-folder=<Out Folder>

  4. Generate: cmake --preset conan-release -G Ninja

  5. Deploy to local conan cache: conan create . -s build_type=<Configuration> -s compiler.cppstd=20

About

meta-programming tricks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published