X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FCMakeLists.txt;h=becf9fa25c3a882244af2ada0d9db12ad63d7435;hb=85a46a46a1fd342891b29c934c8f80f38ab5a590;hp=a1bd4e9be9ddeed10a2d8dc288b3f33e30660d72;hpb=382f425ad83e5be916c29399cc91fbf11a85cd48;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/CMakeLists.txt b/src/HexoticPlugin/CMakeLists.txt index a1bd4e9..becf9fa 100644 --- a/src/HexoticPlugin/CMakeLists.txt +++ b/src/HexoticPlugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 CEA/DEN, EDF R&D +# Copyright (C) 2012-2021 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -22,9 +22,10 @@ INCLUDE_DIRECTORIES( ${SMESH_INCLUDE_DIRS} ${OMNIORB_INCLUDE_DIR} + ${MEDCOUPLING_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} - ${CAS_INCLUDE_DIRS} - ${VTK_INCLUDE_DIRS} + ${OpenCASCADE_INCLUDE_DIR} + ${MESHGEMS_INCLUDE_DIRS} ${KERNEL_INCLUDE_DIRS} ${GUI_INCLUDE_DIRS} ${GEOM_INCLUDE_DIRS} @@ -35,18 +36,19 @@ INCLUDE_DIRECTORIES( # additional preprocessor / compiler flags ADD_DEFINITIONS( ${OMNIORB_DEFINITIONS} - ${CAS_DEFINITIONS} + ${OpenCASCADE_DEFINITIONS} ${BOOST_DEFINITIONS} ) # libraries to link to SET(_link_LIBRARIES - ${CAS_TKernel} - ${CAS_TKMath} - ${CAS_TKG3d} - ${CAS_TKTopAlgo} - ${CAS_TKBRep} + TKernel + TKMath + TKG3d + TKTopAlgo + TKBRep ${CAS_SALOMELocalTrace} + ${MESHGEMS_HEXA_LIBRARY} ${SMESH_SMESHimpl} ${SMESH_SMESHEngine} ${SMESH_StdMeshersEngine} @@ -69,6 +71,7 @@ SET(HexoticEngine_HEADERS HexoticPlugin_Hexotic_i.hxx HexoticPlugin_Hypothesis.hxx HexoticPlugin_Hypothesis_i.hxx + MG_Hexotic_API.hxx ) # --- sources --- @@ -85,6 +88,7 @@ SET(HexoticEngine_SOURCES HexoticPlugin_Hypothesis_i.cxx HexoticPlugin_i.cxx HexoticPlugin_Defs.hxx + MG_Hexotic_API.cxx ) # --- scripts ---