From 98f0be5f70393ffceeb0bee181c867fe3a17b15f Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix.schindler@wwu.de> Date: Mon, 24 Oct 2016 13:44:39 +0200 Subject: [PATCH] [cmake] update to incorporate links to pybind11 files --- cmake/modules/CMakeLists.txt | 6 +++++- dune/pybindxi/CMakeLists.txt | 19 ++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt index 24f2a39a5..9e4c4598d 100644 --- a/cmake/modules/CMakeLists.txt +++ b/cmake/modules/CMakeLists.txt @@ -1,3 +1,7 @@ -set(modules "DunePybindxiMacros.cmake") +set(modules + DunePybindxiMacros.cmake + DunePybindxiUtils.cmake + FindEigen3.cmake + FindPythonLibsNew.cmake) install(FILES ${modules} DESTINATION ${DUNE_INSTALL_MODULEDIR}) diff --git a/dune/pybindxi/CMakeLists.txt b/dune/pybindxi/CMakeLists.txt index 49c357f42..9d8acf3c1 100644 --- a/dune/pybindxi/CMakeLists.txt +++ b/dune/pybindxi/CMakeLists.txt @@ -1,2 +1,19 @@ #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) -- GitLab