Repository to demonstrate capability outlined by conan-io/conan#8626
- CMake
- Ninja
Both CMake and Ninja must be in PATH.
$ conan create ./pyvenv/conanfile.py
$ conan create ./python-sphinx/conanfile.py
$ cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
$ cmake --build . --target quickstart
$ cmake --build . --target documentation.html