Skip to content
/ pybind11-conan Public template

A template for quickly getting started with PyBind11 and Conan

License

Notifications You must be signed in to change notification settings

markuspi/pybind11-conan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBind11 & Conan Template Project

A template for quickly getting started with PyBind11 and Conan

Prerequisite

  • Conan must be installed for the current user
  • CMake Tools Extension for Visual Studio Code

Usage

VSCode

  • Open Command Palette (Ctrl + Shift + P)
  • Execute Tasks: Run Task
  • Select Configure with conan
  • Ignore the error message "Cannot substitute command variable..."
  • Build Project using F7

Manual Setup

mkdir build && cd build
conan install ..
cmake ..

About

A template for quickly getting started with PyBind11 and Conan

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published