mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 07:30:36 +05:00
0021980: [CEA 708] Import/export GMF does work only if the file extension is ".mesh"
+ DriverGMF.hxx \ + DriverGMF.cxx \ + $(BOOST_CPPFLAGS) -DBOOST_SYSTEM_NO_DEPRECATED \ + $(BOOST_LIBS) -lboost_filesystem \
This commit is contained in:
parent
b35b22be34
commit
b181ae86e2
@ -23,6 +23,7 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||
salomeinclude_HEADERS = \
|
||||
DriverGMF_Read.hxx \
|
||||
DriverGMF_Write.hxx \
|
||||
DriverGMF.hxx \
|
||||
SMESH_DriverGMF.hxx \
|
||||
libmesh5.h
|
||||
|
||||
@ -31,6 +32,7 @@ lib_LTLIBRARIES = libMeshDriverGMF.la
|
||||
dist_libMeshDriverGMF_la_SOURCES = \
|
||||
DriverGMF_Read.cxx \
|
||||
DriverGMF_Write.cxx \
|
||||
DriverGMF.cxx \
|
||||
libmesh5.c
|
||||
|
||||
# additionnal information to compil and link file
|
||||
@ -38,14 +40,14 @@ libMeshDriverGMF_la_CPPFLAGS = \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
$(CAS_CPPFLAGS) \
|
||||
$(VTK_INCLUDES) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
$(BOOST_CPPFLAGS) -DBOOST_SYSTEM_NO_DEPRECATED \
|
||||
-I$(srcdir)/../Driver \
|
||||
-I$(srcdir)/../SMESHUtils \
|
||||
-I$(srcdir)/../SMDS \
|
||||
-I$(srcdir)/../SMESHDS
|
||||
|
||||
libMeshDriverGMF_la_LDFLAGS = \
|
||||
$(BOOST_LIBS) \
|
||||
$(BOOST_LIBS) -lboost_filesystem \
|
||||
../Driver/libMeshDriver.la \
|
||||
../SMESHUtils/libSMESHUtils.la \
|
||||
-lSALOMEBasics
|
||||
|
Loading…
Reference in New Issue
Block a user