X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FCMakeLists.txt;h=7929c74f8ef5c2f54a7f65521a292203d4c51996;hb=HEAD;hp=ec3761798b01547b12843ec60558c7b8e9a81592;hpb=d328a1d7b8ebcd3d3f02ea9996d56d50016be3a4;p=modules%2Fsmesh.git diff --git a/src/SMESH/CMakeLists.txt b/src/SMESH/CMakeLists.txt index ec3761798..a9d9e8ad8 100644 --- a/src/SMESH/CMakeLists.txt +++ b/src/SMESH/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2022 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2024 CEA, EDF, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,6 +20,7 @@ # --- options --- # additional include directories INCLUDE_DIRECTORIES( + ${QT_INCLUDES} ${KERNEL_INCLUDE_DIRS} ${GEOM_INCLUDE_DIRS} ${OpenCASCADE_INCLUDE_DIR} @@ -69,6 +70,7 @@ SET(_link_LIBRARIES MeshDriverGMF ${DriverCGNS_LIB} ${MEDCoupling_medloader} + Qt5::Core ) # --- headers ---