Salome HOME
Porting to Paraview 5.8
[plugins/gmshplugin.git] / src / GMSHPlugin / CMakeLists.txt
index 3a3eef75be1afa42593be496e95bc1abd942138d..d3750f663a8f768c96312fc2c521b6e30eac536e 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015  ALNEOS
-# Copyright (C) 2016  EDF R&D
+# Copyright (C) 2016-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -25,7 +25,6 @@ INCLUDE_DIRECTORIES(
   ${OpenCASCADE_INCLUDE_DIR}
   ${GEOM_INCLUDE_DIRS}
   ${SMESH_INCLUDE_DIRS}
-  ${VTK_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
   ${GMSH_INCLUDE_DIRS}
@@ -45,6 +44,7 @@ SET(_link_LIBRARIES
   ${OpenCASCADE_ModelingData_LIBRARIES}
   ${OpenCASCADE_ApplicationFramework_LIBRARIES}
   ${OpenCASCADE_ModelingAlgorithms_LIBRARIES}
+  ${GMSH_LIBRARIES}
   ${KERNEL_SALOMELocalTrace}
   ${KERNEL_SALOMEBasics}
   ${KERNEL_SalomeGenericObj}