X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM_SWIG%2FCMakeLists.txt;h=5735fa949da12fe87a8274dd355fe1ebbe2ae27a;hb=9f730900596e9412f431c23b2bd985063814a750;hp=ee035a057c7ac8d3c81671713828ce56d594836f;hpb=306370e41fc88da735b27c28611453487f3fd650;p=modules%2Fgeom.git diff --git a/src/GEOM_SWIG/CMakeLists.txt b/src/GEOM_SWIG/CMakeLists.txt old mode 100755 new mode 100644 index ee035a057..5735fa949 --- a/src/GEOM_SWIG/CMakeLists.txt +++ b/src/GEOM_SWIG/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 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 @@ -17,6 +17,16 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +include_directories( + ${PROJECT_BINARY_DIR}/idl + ${PROJECT_SOURCE_DIR}/src/GEOMUtils + ${PROJECT_SOURCE_DIR}/src/GEOMAlgo + ${PROJECT_SOURCE_DIR}/src/GEOM + ${PROJECT_SOURCE_DIR}/src/GEOMImpl + ${PROJECT_SOURCE_DIR}/src/GEOM_I + ${OpenCASCADE_INCLUDE_DIR} +) + # --- scripts --- # scripts / samples,data @@ -61,6 +71,9 @@ SET(_other_SCRIPTS SET(_python_SCRIPTS geomBuilder.py gsketcher.py + canonicalrecognition.py + conformity.py + proximity.py ) # Advanced scripts @@ -118,6 +131,8 @@ SET(_shared_SCRIPTS GEOM_shared_modules.py ) +# additional preprocessor / compiler flags +ADD_DEFINITIONS(${OMNIORB_DEFINITIONS} ) # --- rules --- SALOME_INSTALL_SCRIPTS("${_other_SCRIPTS}" ${SALOME_INSTALL_SCRIPT_DATA} DEF_PERMS)