mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-20 23:59:42 +05:00
Fix bug 17684: pb. with unresolved symbol GEOMAlgo_Gluer1.
This commit is contained in:
parent
f4ce08fc27
commit
8c9ef32bc2
@ -74,6 +74,7 @@ dist_libGEOMAlgo_la_SOURCES = \
|
||||
GEOMAlgo_FinderShapeOnQuad.cxx \
|
||||
GEOMAlgo_GlueAnalyser.cxx \
|
||||
GEOMAlgo_Gluer.cxx \
|
||||
GEOMAlgo_Gluer1.cxx \
|
||||
GEOMAlgo_HAlgo.cxx \
|
||||
GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
|
||||
GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_0.cxx \
|
||||
@ -155,6 +156,11 @@ salomeinclude_HEADERS = \
|
||||
GEOMAlgo_FinderShapeOnQuad.hxx \
|
||||
GEOMAlgo_GlueAnalyser.hxx \
|
||||
GEOMAlgo_Gluer.hxx \
|
||||
GEOMAlgo_Gluer.ixx \
|
||||
GEOMAlgo_Gluer.jxx \
|
||||
GEOMAlgo_Gluer1.hxx \
|
||||
GEOMAlgo_Gluer1.ixx \
|
||||
GEOMAlgo_Gluer1.jxx \
|
||||
GEOMAlgo_HAlgo.hxx \
|
||||
GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx \
|
||||
GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx \
|
||||
@ -214,10 +220,6 @@ salomeinclude_HEADERS = \
|
||||
GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx \
|
||||
GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx \
|
||||
GEOMAlgo_DataMapOfPassKeyShapeShape.hxx \
|
||||
GEOMAlgo_Gluer1.cxx \
|
||||
GEOMAlgo_Gluer1.hxx \
|
||||
GEOMAlgo_Gluer1.ixx \
|
||||
GEOMAlgo_Gluer1.jxx \
|
||||
GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx \
|
||||
GEOMAlgo_IndexedDataMapOfShapeShapeInfo.hxx \
|
||||
GEOMAlgo_KindOfBounds.hxx \
|
||||
@ -244,6 +246,3 @@ libGEOMAlgo_la_LDFLAGS = \
|
||||
../NMTTools/libNMTTools.la \
|
||||
$(STDLIB) \
|
||||
$(CAS_LDPATH) -lTKBO -lTKShHealing -lTKBool -lTKMesh
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user