patch for correct linking on Windows

This commit is contained in:
asl 2015-06-19 15:40:37 +03:00
parent 663e6353b9
commit fb609e70fe
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ SET(_link_LIBRARIES
${CAS_TKG3d}
${CAS_TKGeomBase}
${CAS_TKGeomAlgo}
${CAS_TKTopAlgo}
${Boost_LIBRARIES}
SMDS
)

View 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
*/
class Boundary
class SMESHUtils_EXPORT Boundary
{
public: