From 0636a09f629e42c060a6299072b7bdcfbbb72d81 Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Thu, 18 Jul 2013 13:31:17 +0000 Subject: [PATCH] add PythonField.h to extra_include for python bindings generation --- wrappers/gmshpy/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wrappers/gmshpy/CMakeLists.txt b/wrappers/gmshpy/CMakeLists.txt index 72047cc629..26c0adb4d2 100644 --- a/wrappers/gmshpy/CMakeLists.txt +++ b/wrappers/gmshpy/CMakeLists.txt @@ -125,6 +125,7 @@ set (GMSH_PYTHON_EXTRA_INCLUDE Mesh/directions3D.h Mesh/DivideAndConquer.h Mesh/Field.h + Mesh/PythonField.h Fltk/FlGui.h Solver/frameSolver.h Solver/functionSpace.h -- GitLab