Original library: https://gitlab.com/enrico_facca/globals
- Clone the repository
git clone git@github.com:ncrescenzio/globals.git
- Build the library
cd globals && mkdir build
cmake -S . -B build
cmake --build build
- Install the library
cmake --install build --prefix /path/to/install/dir
Dependencies