~uhh-ssd/+junk/humidity_readout

« back to all changes in this revision

Viewing changes to plplot/plplot-5.9.9/cmake/modules/cgm.cmake

  • Committer: Joachim Erfle
  • Date: 2013-07-24 13:53:41 UTC
  • Revision ID: joachim.erfle@desy.de-20130724135341-1qojpp701zsn009p
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# cmake/modules/cgm.cmake
 
2
#
 
3
# Copyright (C) 2006  Alan W. Irwin
 
4
#
 
5
# This file is part of PLplot.
 
6
#
 
7
# PLplot is free software; you can redistribute it and/or modify
 
8
# it under the terms of the GNU Library General Public License as published
 
9
# by the Free Software Foundation; version 2 of the License.
 
10
#
 
11
# PLplot is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
# GNU Library General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU Library General Public License
 
17
# along with the file PLplot; if not, write to the Free Software
 
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 
19
 
 
20
# Configuration for the cgm device driver (supporting the cgm device).
 
21
#
 
22
# The following variables are set / modified
 
23
#
 
24
# cgm_TARGETS        - list of targets which the cgm dynamic device
 
25
#                      depends on.
 
26
 
 
27
if(PLD_cgm)
 
28
  set(cgm_TARGETS nistcd)
 
29
endif(PLD_cgm)