PAL 14158 : Add the SMESH_Octree and SMESH_OctreeNode classes to compilation.

This commit is contained in:
nge 2007-01-22 15:30:34 +00:00
parent a5ee60b544
commit 5bab7f5bc8

View File

@ -53,7 +53,9 @@ EXPORT_HEADERS= \
SMESH_DataMapOfElemPtrSequenceOfElemPtr.hxx \
SMESH_SequenceOfElemPtr.hxx \
SMESH_SequenceOfNode.hxx \
SMESH_MesherHelper.hxx
SMESH_MesherHelper.hxx \
SMESH_Octree.hxx \
SMESH_OctreeNode.hxx
EXPORT_PYSCRIPTS =
@ -72,7 +74,9 @@ LIB_SRC = SMESH_Gen.cxx SMESH_Mesh.cxx SMESH_subMesh.cxx \
SMESH_Block.cxx \
SMESH_Pattern.cxx \
SMESH_HypoFilter.cxx \
SMESH_MesherHelper.cxx
SMESH_MesherHelper.cxx \
SMESH_Octree.cxx \
SMESH_OctreeNode.cxx
LIB_SERVER_IDL =