X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHClient%2FCMakeLists.txt;h=5511a4589e10236fd6b6b872e644b4ac87348251;hb=499f29d24922cec66e41b41a0039a954993bc6df;hp=6712177e9955dd4994aa994edbb6174ae73f2dd2;hpb=9851a42aa94c3c0b3c0ef9a9f9c7a4e039298040;p=modules%2Fsmesh.git diff --git a/src/SMESHClient/CMakeLists.txt b/src/SMESHClient/CMakeLists.txt index 6712177e9..5511a4589 100644 --- a/src/SMESHClient/CMakeLists.txt +++ b/src/SMESHClient/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2022 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 @@ -26,6 +26,7 @@ INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIRS} ${OpenCASCADE_INCLUDE_DIR} ${OMNIORB_INCLUDE_DIR} + ${MEDCOUPLING_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/src/Controls ${PROJECT_SOURCE_DIR}/src/Driver ${PROJECT_SOURCE_DIR}/src/DriverDAT @@ -70,6 +71,7 @@ SET(_link_LIBRARIES SMESHimpl SMESHDS SMESHControls + SMESHEngine MEDWrapper )