Salome HOME
PR: add an independant exe that cuts a tetra mesh by a plane. MeshCut is adpated...
[modules/smesh.git] / configure.ac
index 9fd33f5ca515820a08faaa9c6b8e16b18d28776d..b89fd137b158d1c4933bb55da57c2df64be51ff5 100644 (file)
@@ -427,6 +427,9 @@ dnl AM_CONDITIONAL(ENABLE_OCCVIEWER, [test "$DISABLE_OCCVIEWER" = no])
 dnl AM_CONDITIONAL(ENABLE_VTKVIEWER, [test "$DISABLE_VTKVIEWER" = no])
 dnl AM_CONDITIONAL(ENABLE_SALOMEOBJECT, [test "$DISABLE_SALOMEOBJECT" = no])
 
+dnl Build with SMESH cancel compute feature
+AC_DEFINE(WITH_SMESH_CANCEL_COMPUTE)
+
 echo
 echo ---------------------------------------------
 echo generating Makefiles and configure files
@@ -496,6 +499,8 @@ AC_OUTPUT([ \
   src/StdMeshersGUI/Makefile \
   src/StdMeshers_I/Makefile \
   src/SMESH_PY/Makefile \
+  src/Tools/Makefile \
+  src/Tools/MeshCut/Makefile \
   resources/Makefile \
   resources/SMESHCatalog.xml \
   idl/Makefile \