Commit 1546b857 by Wenzel Jakob

Merge pull request #44 from onionhammer/patch-1

functional.h not included in "make install"
parents 4b279327 a1718a66
...@@ -74,6 +74,7 @@ set(PYBIND11_HEADERS ...@@ -74,6 +74,7 @@ set(PYBIND11_HEADERS
include/pybind11/numpy.h include/pybind11/numpy.h
include/pybind11/complex.h include/pybind11/complex.h
include/pybind11/stl.h include/pybind11/stl.h
include/pybind11/functional.h
) )
# Create the binding library # Create the binding library
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment