X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FCMakeLists.txt;h=ad34d18d8806e53098880a77759757f06aaa775f;hp=afe51250917f5f0e5bada4349c4c072903f962b4;hb=HEAD;hpb=78c4fca7f3bd6133ac9a8c41aa5f3f617546b686 diff --git a/src/SMESH/CMakeLists.txt b/src/SMESH/CMakeLists.txt index afe512509..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 --- @@ -77,6 +79,8 @@ SET(_link_LIBRARIES SET(SMESHimpl_HEADERS SMESH_Gen.hxx SMESH_Mesh.hxx + SMESH_SequentialMesh.hxx + SMESH_ParallelMesh.hxx SMESH_subMesh.hxx SMESH_subMeshEventListener.hxx SMESH_Hypothesis.hxx @@ -92,6 +96,7 @@ SET(SMESHimpl_HEADERS SMESH_Homard.hxx SMESH_DriverMesh.hxx SMESH_DriverShape.hxx + SMESH_MeshLocker.hxx ) # --- sources --- @@ -101,6 +106,8 @@ SET(SMESHimpl_SOURCES memoire.h SMESH_Gen.cxx SMESH_Mesh.cxx + SMESH_SequentialMesh.cxx + SMESH_ParallelMesh.cxx SMESH_subMesh.cxx SMESH_Hypothesis.cxx SMESH_Algo.cxx @@ -114,6 +121,7 @@ SET(SMESHimpl_SOURCES SMESH_Homard.cxx SMESH_DriverMesh.cxx SMESH_DriverShape.cxx + SMESH_MeshLocker.cxx ) # --- rules ---