X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOCC2VTK%2FCMakeLists.txt;h=e66da770b9a4c3b83897f14b48fb9655e56c93b9;hb=f312091eb5bf90096c0a8d4d0ed4be68f34fbd9b;hp=6f239f071413909691ae80f77c87bd0a1963cd11;hpb=e7b562779c514770fa1702c436aef108ed4b6da5;p=modules%2Fgeom.git diff --git a/src/OCC2VTK/CMakeLists.txt b/src/OCC2VTK/CMakeLists.txt index 6f239f071..e66da770b 100755 --- a/src/OCC2VTK/CMakeLists.txt +++ b/src/OCC2VTK/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2015 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 # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,6 +25,7 @@ INCLUDE_DIRECTORIES( ${KERNEL_INCLUDE_DIRS} ${VTK_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} + ${PROJECT_SOURCE_DIR}/src/GEOMUtils ) # additional preprocessor / compiler flags @@ -37,7 +38,9 @@ SET(_link_LIBRARIES vtkFiltersCore ${CAS_KERNEL} ${CAS_TKMesh} ${CAS_TKTopAlgo} + ${CAS_MODELER} ${KERNEL_SALOMELocalTrace} + GEOMUtils ) # --- headers ---