mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 15:37:28 +05:00
Improve SMDS: - extract ElemIterator into a separate header
- add compiler options for OCCT
This commit is contained in:
parent
e0e5b30f80
commit
81a3fd0507
@ -88,6 +88,7 @@ EXPORT_HEADERS= \
|
|||||||
SMDS_TypeOfPosition.hxx \
|
SMDS_TypeOfPosition.hxx \
|
||||||
SMDSAbs_ElementType.hxx \
|
SMDSAbs_ElementType.hxx \
|
||||||
SMDS_EdgePosition.hxx \
|
SMDS_EdgePosition.hxx \
|
||||||
|
SMDS_ElemIterator.hxx \
|
||||||
SMDS_FacePosition.hxx \
|
SMDS_FacePosition.hxx \
|
||||||
SMDS_Mesh.hxx \
|
SMDS_Mesh.hxx \
|
||||||
SMDS_MeshEdge.hxx \
|
SMDS_MeshEdge.hxx \
|
||||||
@ -125,9 +126,9 @@ EXPORT_HEADERS= \
|
|||||||
#SMDS_MeshNodeIDFactory.hxx
|
#SMDS_MeshNodeIDFactory.hxx
|
||||||
|
|
||||||
# additionnal information to compil and link file
|
# additionnal information to compil and link file
|
||||||
CPPFLAGS += -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS)
|
CPPFLAGS += -I${KERNEL_ROOT_DIR}/include/salome $(OCC_INCLUDES) $(BOOST_CPPFLAGS)
|
||||||
CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
|
CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
|
||||||
LDFLAGS += -L${KERNEL_ROOT_DIR}/lib/salome
|
LDFLAGS += -L${KERNEL_ROOT_DIR}/lib/salome $(OCC_KERNEL_LIBS)
|
||||||
|
|
||||||
|
|
||||||
# additional file to be cleaned
|
# additional file to be cleaned
|
||||||
|
Loading…
x
Reference in New Issue
Block a user