Salome HOME
Remove redundant code
[modules/geom.git] / src / OCC2VTK / CMakeLists.txt
index 6f239f071413909691ae80f77c87bd0a1963cd11..e66da770b9a4c3b83897f14b48fb9655e56c93b9 100755 (executable)
@@ -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 ---