MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Add Pybind + PyPi example #37

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

See: https://github.com/pybind/cmake_example

for which we probably want to also make sure we can pass in numpy arrays and OpenCV images

MattClarkson commented 6 years ago

Project is pip-installable (see README.md), so presumably publishable to PyPi, but Ive never tried that, and Im not sure youd want to publish this template. Best leave the actual publishing until we have a real spin-off library.