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
- Host: GitHub
- URL: https://github.com/pseudomanifold/cmake-cpp-pybind11
- Owner: Pseudomanifold
- License: mit
- Created: 2018-04-29T18:02:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T12:04:16.000Z (over 7 years ago)
- Last Synced: 2025-02-17T12:33:20.987Z (8 months ago)
- Language: CMake
- Size: 4.88 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.