~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Modules/FindosgShadow.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#
26
26
# Created by Eric Wing.
27
27
 
 
28
#=============================================================================
 
29
# Copyright 2007-2009 Kitware, Inc.
 
30
#
 
31
# Distributed under the OSI-approved BSD License (the "License");
 
32
# see accompanying file Copyright.txt for details.
 
33
#
 
34
# This software is distributed WITHOUT ANY WARRANTY; without even the
 
35
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
36
# See the License for more information.
 
37
#=============================================================================
 
38
# (To distributed this file outside of CMake, substitute the full
 
39
#  License text for the above reference.)
 
40
 
28
41
# Header files are presumed to be included like
29
42
# #include <osg/PositionAttitudeTransform>
30
43
# #include <osgShadow/ShadowTexture>