mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ DriverGMF \
This commit is contained in:
parent
e7f46a8d54
commit
673b8a1d41
@ -21,7 +21,6 @@
|
|||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
# Module : SMESH
|
# Module : SMESH
|
||||||
# $Header$
|
|
||||||
#
|
#
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
@ -39,6 +38,7 @@ SUBDIRS = \
|
|||||||
DriverDAT \
|
DriverDAT \
|
||||||
DriverUNV \
|
DriverUNV \
|
||||||
DriverSTL \
|
DriverSTL \
|
||||||
|
DriverGMF \
|
||||||
$(DriverCGNS_SUDIR) \
|
$(DriverCGNS_SUDIR) \
|
||||||
SMESH \
|
SMESH \
|
||||||
SMESH_I \
|
SMESH_I \
|
||||||
@ -61,5 +61,6 @@ if SMESH_ENABLE_GUI
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
DIST_SUBDIRS = SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL DriverCGNS \
|
DIST_SUBDIRS = SMDS SMESHDS Controls Driver DriverMED DriverDAT DriverUNV DriverSTL DriverCGNS \
|
||||||
|
DriverGMF \
|
||||||
SMESHUtils SMESH SMESH_I SMESHClient SMESH_SWIG MEFISTO2 StdMeshers StdMeshers_I OBJECT \
|
SMESHUtils SMESH SMESH_I SMESHClient SMESH_SWIG MEFISTO2 StdMeshers StdMeshers_I OBJECT \
|
||||||
SMESHFiltersSelection SMESHGUI PluginUtils SMESH_SWIG_WITHIHM StdMeshersGUI SMESH_PY Tools
|
SMESHFiltersSelection SMESHGUI PluginUtils SMESH_SWIG_WITHIHM StdMeshersGUI SMESH_PY Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user