X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=adm_local%2Fcmake_files%2FFindHELLO.cmake;fp=adm_local%2Fcmake_files%2FFindHELLO.cmake;h=060eff84a61607f14b0a65b6906289d0f13410f1;hb=8db2ce1da3f692f7ff1ec803764a8c020f8b82dd;hp=0000000000000000000000000000000000000000;hpb=6dc56bef0d0fb88f15aabba387b938195081d162;p=samples%2Fhello.git diff --git a/adm_local/cmake_files/FindHELLO.cmake b/adm_local/cmake_files/FindHELLO.cmake new file mode 100644 index 0000000..060eff8 --- /dev/null +++ b/adm_local/cmake_files/FindHELLO.cmake @@ -0,0 +1,25 @@ +# Copyright (C) 2007-2013 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 +# 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. +# +# 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 +# +# + +SET(HELLO_CXXFLAGS -I${HELLO_ROOT_DIR}/include/salome) + +FIND_LIBRARY(HELLOEngine HELLOEngine ${HELLO_ROOT_DIR}/lib/salome) +FIND_LIBRARY(HELLO HELLO ${HELLO_ROOT_DIR}/lib/salome) +FIND_LIBRARY(SalomeIDLHELLO SalomeIDLHELLO ${HELLO_ROOT_DIR}/lib/salome)