X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ceb8ff62f7affbaa0326c7df8bf08a62276f26f3;hb=986f01726538367ac8a48d4183043b43942ec48a;hp=13d33e44460c7c33dd6e25c655cdcc58f0951d85;hpb=529bc70dc8dd73f61f7311f1a882eca5923b6e70;p=modules%2Fgeom.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 13d33e444..ceb8ff62f 100755 --- 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-2016 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,8 @@ 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 Tools + AdvancedEngine + STLPlugin BREPPlugin STEPPlugin IGESPlugin XAOPlugin Tools ) ## @@ -36,6 +36,16 @@ IF(SALOME_GEOM_USE_OPENCV) ) ENDIF() +## +# VTK +## +IF(SALOME_GEOM_USE_VTK) + SET(SUBDIRS_VTK + OCC2VTK + VTKPlugin + ) +ENDIF() + ## # GUI ## @@ -55,6 +65,7 @@ ENDIF() SET(SUBDIRS ${SUBDIRS_COMMON} ${SUBDIRS_OPENCV} + ${SUBDIRS_VTK} ${SUBDIRS_CC} ${SUBDIRS_GUI} )