X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=SalomeYACSConfig.cmake.in;h=0ecc26f3f5f0b42b92bdc62fdf5a142bc8c8f353;hb=fa7b5992ceade15172227d7a2aa9218fedc9b544;hp=c700229160d26410a2bba3b034ede10ba31fe88d;hpb=1c75366fb09015147f4cc3ec20654de43f0da599;p=modules%2Fyacs.git diff --git a/SalomeYACSConfig.cmake.in b/SalomeYACSConfig.cmake.in index c70022916..0ecc26f3f 100644 --- a/SalomeYACSConfig.cmake.in +++ b/SalomeYACSConfig.cmake.in @@ -5,28 +5,24 @@ # ############################################################### -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2014 CEA/DEN, EDF R&D # -# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. # -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or -# email : webmaster.salome@opencascade.com -############################################################### +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com + #TODO ### Initialisation performed by CONFIGURE_PACKAGE_CONFIG_FILE: @PACKAGE_INIT@ @@ -44,7 +40,7 @@ SET_AND_CHECK(YACS_ROOT_DIR_EXP "@PACKAGE_CMAKE_INSTALL_PREFIX@") # Include directories SET_AND_CHECK(YACS_INCLUDE_DIRS "${YACS_ROOT_DIR_EXP}/@SALOME_INSTALL_HEADERS@") SET(YACS_INCLUDE_DIRS "${YACS_INCLUDE_DIRS};@_SalomeYACS_EXTRA_HEADERS@") -SET(YACS_DEFINITIONS) +SET(YACS_DEFINITIONS "-DYACS_PTHREAD") # Package specific environment variables @_SalomeYACS_EXTRA_ENV_FULL@ @@ -166,3 +162,4 @@ SET(YACS_HMI HMI) SET(YACS_GenericGui GenericGui) SET(YACS_YACS YACS) SET(YACS_SalomeWrap SalomeWrap) +SET(YACS_yacsloader_echo yacsloader_echo)