X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=c33c70c7881116c76ff5e335c2dfdd23dcb4792c;hb=4048b73d92cce1ac297507536a8bb8a4a6f6eb55;hp=bd7e3428d56bc9104b3e6753b39a5c45c0fc9345;hpb=0a9a0010a0cf955ad110c43c2a7e24d145a2cdf4;p=modules%2Fgeom.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index bd7e3428d..c33c70c78 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2020 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -23,8 +23,9 @@ SET(SUBDIRS_COMMON ARCHIMEDE BlockFix GEOMAlgo SKETCHER GEOM ShHealOper GEOMUtils XAO XAO_Swig GEOMImpl GEOM_I GEOMClient GEOM_I_Superv GEOM_SWIG GEOM_PY - AdvancedEngine OCC2VTK - STLPlugin BREPPlugin STEPPlugin IGESPlugin XAOPlugin VTKPlugin + AdvancedEngine + STLPlugin BREPPlugin STEPPlugin IGESPlugin XAOPlugin Tools + SalomeSessionless ) ## @@ -36,6 +37,16 @@ IF(SALOME_GEOM_USE_OPENCV) ) ENDIF() +## +# VTK +## +IF(SALOME_GEOM_USE_VTK) + SET(SUBDIRS_VTK + OCC2VTK + VTKPlugin + ) +ENDIF() + ## # GUI ## @@ -55,6 +66,7 @@ ENDIF() SET(SUBDIRS ${SUBDIRS_COMMON} ${SUBDIRS_OPENCV} + ${SUBDIRS_VTK} ${SUBDIRS_CC} ${SUBDIRS_GUI} )