Salome HOME
Rename tests without test_ prefix
[plugins/hybridplugin.git] / src / HYBRIDPlugin / CMakeLists.txt
index a1d79e7ef348bed11d073977e76695599f0975ab..caeb991c6b7dfba8cbb855342c204fdd2c5584b0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  CEA/DEN, 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,6 +25,7 @@ INCLUDE_DIRECTORIES(
   ${GEOM_INCLUDE_DIRS}
   ${SMESH_INCLUDE_DIRS}
   ${VTK_INCLUDE_DIRS}
+  ${MESHGEMS_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
   ${PROJECT_BINARY_DIR}/idl
@@ -46,6 +47,7 @@ SET(_link_LIBRARIES
   ${CAS_TKGeomBase}
   ${CAS_TKGeomAlgo}
   ${CAS_TKCDF}
+  ${MESHGEMS_HYBRID_LIBRARY}
   ${SMESH_SMESHimpl}
   ${SMESH_SMESHEngine}
   ${SMESH_SMESHDS}
@@ -69,6 +71,7 @@ SET(HYBRIDEngine_HEADERS
   HYBRIDPlugin_HYBRID_i.hxx
   HYBRIDPlugin_Hypothesis.hxx
   HYBRIDPlugin_Hypothesis_i.hxx
+  MG_HYBRID_API.hxx
 )
 
 # --- sources ---
@@ -80,6 +83,7 @@ SET(HYBRIDEngine_SOURCES
   HYBRIDPlugin_i.cxx
   HYBRIDPlugin_Hypothesis.cxx
   HYBRIDPlugin_Hypothesis_i.cxx
+  MG_HYBRID_API.cxx
 )
 
 # --- scripts ---