mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 10:00:33 +05:00
0021338: EDF 1926 SMESH: New controls and filters
+ -I$(srcdir)/../SMESHUtils
This commit is contained in:
parent
0d35811cbb
commit
a286422371
@ -46,11 +46,13 @@ libSMESHControls_la_CPPFLAGS = \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
-I$(srcdir)/../SMDS \
|
||||
-I$(srcdir)/../SMESHDS
|
||||
-I$(srcdir)/../SMESHDS \
|
||||
-I$(srcdir)/../SMESHUtils
|
||||
|
||||
libSMESHControls_la_LDFLAGS = \
|
||||
../SMDS/libSMDS.la \
|
||||
../SMESHDS/libSMESHDS.la \
|
||||
../SMESHUtils/libSMESHUtils.la \
|
||||
$(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo \
|
||||
$(VTK_LIBS)
|
||||
|
||||
|
@ -74,6 +74,7 @@ libSMESHObject_la_CPPFLAGS = \
|
||||
-I$(srcdir)/../DriverMED \
|
||||
-I$(srcdir)/../SMESH \
|
||||
-I$(srcdir)/../SMESHClient \
|
||||
-I$(srcdir)/../SMESHUtils \
|
||||
-I$(top_builddir)/idl
|
||||
|
||||
libSMESHObject_la_LDFLAGS = \
|
||||
|
@ -257,6 +257,7 @@ libSMESH_la_CPPFLAGS = \
|
||||
-I$(srcdir)/../SMDS \
|
||||
-I$(srcdir)/../SMESHDS \
|
||||
-I$(srcdir)/../SMESH \
|
||||
-I$(srcdir)/../SMESHUtils \
|
||||
-I$(srcdir)/../SMESH_I \
|
||||
-I$(srcdir)/../Controls \
|
||||
-I$(srcdir)/../SMESHClient \
|
||||
|
Loading…
Reference in New Issue
Block a user