From 68fd132f3e06fa25a14a9fff88505db0c41474c8 Mon Sep 17 00:00:00 2001 From: Gauthier Becker <gauthierbecker@gmail.com> Date: Wed, 19 Jun 2013 13:52:05 +0000 Subject: [PATCH] Fix the GMSH_API that was broken due to the include of Numeric/bezierBasis.h (that was not exported at install) by Numeric/PolynomialBasis.h --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c22bfdb925..1c76dd1da5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ set(GMSH_API Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h Common/OS.h Common/StringUtils.h Common/OpenFile.h Numeric/Numeric.h Numeric/GaussIntegration.h Numeric/polynomialBasis.h - Numeric/JacobianBasis.h Numeric/fullMatrix.h + Numeric/JacobianBasis.h Numeric/bezierBasis.h Numeric/fullMatrix.h Numeric/simpleFunction.h Numeric/cartesian.h Geo/GModel.h Geo/GEntity.h Geo/GPoint.h Geo/GVertex.h Geo/GEdge.h Geo/GFace.h Geo/GRegion.h Geo/GEdgeLoop.h Geo/GEdgeCompound.h -- GitLab