Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Wed, 17 Jun 2015 15:16:00 +0000 (18:16 +0300)
committerana <ana@opencascade.com>
Wed, 17 Jun 2015 15:16:00 +0000 (18:16 +0300)
src/SMESHUtils/CMakeLists.txt
src/SMESHUtils/SMESH_MAT2d.hxx

index 8c2f3217d5ae4d2b1b3d46506f8853bef6d85f00..8bafe47f4e7ec1808a0ab9bf40b510faf15e0a52 100644 (file)
@@ -43,6 +43,7 @@ SET(_link_LIBRARIES
   ${CAS_TKG3d}
   ${CAS_TKGeomBase}
   ${CAS_TKGeomAlgo}
   ${CAS_TKG3d}
   ${CAS_TKGeomBase}
   ${CAS_TKGeomAlgo}
+  ${CAS_TKTopAlgo}
   ${Boost_LIBRARIES}
   SMDS
 )
   ${Boost_LIBRARIES}
   SMDS
 )
index 7e1061d05bdabc04c00f8e938fb44457413d716f..2b60605bcc62566d934f02b9538a09386d084252 100644 (file)
@@ -161,7 +161,7 @@ namespace SMESH_MAT2d
    * \brief Face boundary is discretized so that each its segment to correspond to
    *        an edge of MA
    */
    * \brief Face boundary is discretized so that each its segment to correspond to
    *        an edge of MA
    */
-  class Boundary
+  class SMESHUtils_EXPORT Boundary
   {
   public:
 
   {
   public: