Salome HOME
Merge branch 'V7_7_BR' into hydro/imps_2015
[modules/geom.git] / src / OCC2VTK / CMakeLists.txt
index 67ae3bf9d1193f47b1e2c5fe7ddaa8a7a185fe75..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
@@ -38,7 +39,8 @@ SET(_link_LIBRARIES
   ${CAS_KERNEL} 
   ${CAS_TKMesh} ${CAS_TKTopAlgo}
   ${CAS_MODELER}
-  ${KERNEL_SALOMELocalTrace}   
+  ${KERNEL_SALOMELocalTrace}
+  GEOMUtils
   )
 
 # --- headers ---