Skip to content
Snippets Groups Projects
Commit 98f0be5f authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[cmake] update to incorporate links to pybind11 files

parent 742f47bd
No related branches found
No related tags found
2 merge requests!10Fix compilation with new clang,!6Merge pybind
set(modules "DunePybindxiMacros.cmake")
set(modules
DunePybindxiMacros.cmake
DunePybindxiUtils.cmake
FindEigen3.cmake
FindPythonLibsNew.cmake)
install(FILES ${modules} DESTINATION ${DUNE_INSTALL_MODULEDIR})
#install headers
#install(FILES pybindxi.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/pybindxi)
install(FILES
attr.h
cast.h
chrono.h
common.h
complex.h
descr.h
eigen.h
eval.h
functional.h
numpy.h
operators.h
pybind11.h
pytypes.h
stl_bind.h
stl.h
typeid.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/pybindxi)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment