Salome HOME
updated copyright message
[samples/sierpinsky.git] / adm_local / cmake_files / FindSalomeLibGd.cmake
index b5fbbf6a578e8882d6b39912e56eef49e27d09e5..ee88e333d9a266b56ef26ea6339bae22370ea4fd 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2023  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.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,3 +19,8 @@
 
 SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(LibGd LIBGD_INCLUDE_DIRS 1)
 MARK_AS_ADVANCED(LIBGD_INCLUDE_DIRS LIBGD_LIBRARIES)
+
+IF(LIBGD_FOUND)
+  SALOME_ACCUMULATE_HEADERS(LIBGD_INCLUDE_DIRS)
+  SALOME_ACCUMULATE_ENVIRONMENT(LD_LIBRARY_PATH ${LIBGD_LIBRARIES})
+ENDIF()