X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHClient%2FCMakeLists.txt;h=ec16456969e85f6c4d571818277c4cb2ffc722b1;hb=35f01d3bc6171b9fc6908fa06f1cae0e88fe6db9;hp=5e86cc8e55e5df685c13a8f9d0a42cd836ebade3;hpb=c9c3fe8924452af01274d358e5d6d391b1b27375;p=modules%2Fsmesh.git diff --git a/src/SMESHClient/CMakeLists.txt b/src/SMESHClient/CMakeLists.txt index 5e86cc8e5..ec1645696 100644 --- a/src/SMESHClient/CMakeLists.txt +++ b/src/SMESHClient/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2021 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 @@ -36,6 +36,7 @@ INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/src/SMESHDS ${PROJECT_SOURCE_DIR}/src/SMESH ${PROJECT_SOURCE_DIR}/src/SMESHUtils + ${PROJECT_SOURCE_DIR}/src/SMESH_I ${PROJECT_BINARY_DIR}/idl ) @@ -69,6 +70,7 @@ SET(_link_LIBRARIES SMESHimpl SMESHDS SMESHControls + SMESHEngine MEDWrapper )