Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 498 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 498 Bytes

Description

Repository to demonstrate capability outlined by conan-io/conan#8626

Setup

Prerquisites

  • CMake
  • Ninja

Both CMake and Ninja must be in PATH.

Setup

$ conan create ./pyvenv/conanfile.py 
$ conan create ./python-sphinx/conanfile.py 

Example

$ cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
$ cmake --build . --target quickstart
$ cmake --build . --target documentation.html