mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Change OCC_LIBS to OCC_KERNEL_LIBS
This commit is contained in:
parent
e1e47182c9
commit
19ad8814ce
@ -49,7 +49,7 @@ EXPORT_HEADERS= SMESH_Type.h \
|
||||
# additionnal information to compil and link file
|
||||
CPPFLAGS += $(OCC_INCLUDES) $(QT_INCLUDES) $(PYTHON_INCLUDES) $(VTK_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
||||
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
||||
LDFLAGS += $(OCC_LIBS)
|
||||
LDFLAGS += $(OCC_KERNEL_LIBS)
|
||||
|
||||
# additional file to be cleaned
|
||||
MOSTLYCLEAN =
|
||||
|
Loading…
Reference in New Issue
Block a user