Skip to content

thorntonryan/conan-pyvenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published