remove the Mesh dependency from Fem

This commit is contained in:
jriegel 2013-09-08 19:49:25 +02:00
parent f18277ff46
commit c2553c95e6
2 changed files with 895 additions and 897 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,6 @@ link_directories(${OCC_LIBRARY_DIR})
if(FREECAD_BUILD_FEM_NETGEN)
set(Fem_LIBS
Part
Mesh
FreeCADApp
StdMeshers
NETGENPlugin
@ -37,7 +36,6 @@ if(FREECAD_BUILD_FEM_NETGEN)
else(FREECAD_BUILD_FEM_NETGEN)
set(Fem_LIBS
Part
Mesh
FreeCADApp
StdMeshers
SMESH