An open API service indexing awesome lists of open source software.

https://github.com/pseudomanifold/cmake-cpp-pybind11

Showing how to integrate CMake, C++, and pybind11
https://github.com/pseudomanifold/cmake-cpp-pybind11

Last synced: 2 months ago
JSON representation

Showing how to integrate CMake, C++, and pybind11

Awesome Lists containing this project

README

          

# Using CMake, C++, and pybind11 on hard mode

This repository contains a brief example that demonstrates how to
integrate CMake, C++, and `pybind11`.

Please refer to [this blog post](http://bastian.rieck.me/blog/posts/2018/cmake_cpp_pybind11_hard_mode) for more information.