## Configure ```bash cmake -S . -B ./build ``` ## Build ```bash cmake --build ./build -j`nproc` ```