mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Merge pull request #31 from polygon/fix_complex
Add complex.h to list of installed headers
This commit is contained in:
commit
93d9af1019
@ -72,6 +72,7 @@ set(PYBIND11_HEADERS
|
|||||||
include/pybind11/pytypes.h
|
include/pybind11/pytypes.h
|
||||||
include/pybind11/typeid.h
|
include/pybind11/typeid.h
|
||||||
include/pybind11/numpy.h
|
include/pybind11/numpy.h
|
||||||
|
include/pybind11/complex.h
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create the binding library
|
# Create the binding library
|
||||||
|
Loading…
Reference in New Issue
Block a user