Inside this directory do as usual.
mkdir build & cd build
cmake ..
cmake --build .
# If you want to install
# This install everything into a local folder <RepoRoot>/cmake_build/install
cmake --install .Sourcing the install folder by running
source <RepoRoot>/cmake_build/install/setup.shAdd this to your .bashrc file to permanently install the lib or change the install cmake install prefix.