Experimenting with MQL path semantics.
> python -m pip install conan
> conan profile detect # in case if no conan profiles created
> conan install . --output-folder=build --build=missing --settings=compiler.cppstd=20
> cd build
> source conanbuild.sh
> cd ..
> code .
Use Conan's CMake presets in VS Code.