~uhh-ssd/+junk/Probe_Control

« back to all changes in this revision

Viewing changes to plplot/plplot-5.9.9/src/CMakeFiles/Export/_usr/local/share/plplot5.9.9/examples/cmake/modules/export_plplot-noconfig.cmake

  • Committer: Joachim Erfle
  • Date: 2012-06-15 16:09:06 UTC
  • Revision ID: joachim.erfle@desy.de-20120615160906-popdt8a9d8ob1oyw
added stripmeasurements

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#----------------------------------------------------------------
 
2
# Generated CMake target import file for configuration "".
 
3
#----------------------------------------------------------------
 
4
 
 
5
# Commands may need to know the format version.
 
6
SET(CMAKE_IMPORT_FILE_VERSION 1)
 
7
 
 
8
# Import target "csirocsa" for configuration ""
 
9
SET_PROPERTY(TARGET csirocsa APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
 
10
SET_TARGET_PROPERTIES(csirocsa PROPERTIES
 
11
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "/usr/lib/x86_64-linux-gnu/libm.so"
 
12
  IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/libcsirocsa.so.0.0.1"
 
13
  IMPORTED_SONAME_NOCONFIG "libcsirocsa.so.0"
 
14
  )
 
15
 
 
16
LIST(APPEND _IMPORT_CHECK_TARGETS csirocsa )
 
17
LIST(APPEND _IMPORT_CHECK_FILES_FOR_csirocsa "/usr/local/lib/libcsirocsa.so.0.0.1" )
 
18
 
 
19
# Import target "qsastime" for configuration ""
 
20
SET_PROPERTY(TARGET qsastime APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
 
21
SET_TARGET_PROPERTIES(qsastime PROPERTIES
 
22
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "/usr/lib/x86_64-linux-gnu/libm.so"
 
23
  IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/libqsastime.so.0.0.1"
 
24
  IMPORTED_SONAME_NOCONFIG "libqsastime.so.0"
 
25
  )
 
26
 
 
27
LIST(APPEND _IMPORT_CHECK_TARGETS qsastime )
 
28
LIST(APPEND _IMPORT_CHECK_FILES_FOR_qsastime "/usr/local/lib/libqsastime.so.0.0.1" )
 
29
 
 
30
# Import target "plplotd" for configuration ""
 
31
SET_PROPERTY(TARGET plplotd APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
 
32
SET_TARGET_PROPERTIES(plplotd PROPERTIES
 
33
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so;/usr/lib/x86_64-linux-gnu/libpango-1.0.so;/usr/lib/x86_64-linux-gnu/libcairo.so;/usr/lib/x86_64-linux-gnu/libgobject-2.0.so;/usr/lib/x86_64-linux-gnu/libglib-2.0.so;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;csirocsa;qsastime;/usr/lib/x86_64-linux-gnu/libfreetype.so"
 
34
  IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/libplplotd.so.11.0.0"
 
35
  IMPORTED_SONAME_NOCONFIG "libplplotd.so.11"
 
36
  )
 
37
 
 
38
LIST(APPEND _IMPORT_CHECK_TARGETS plplotd )
 
39
LIST(APPEND _IMPORT_CHECK_FILES_FOR_plplotd "/usr/local/lib/libplplotd.so.11.0.0" )
 
40
 
 
41
# Import target "plplotcxxd" for configuration ""
 
42
SET_PROPERTY(TARGET plplotcxxd APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
 
43
SET_TARGET_PROPERTIES(plplotcxxd PROPERTIES
 
44
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "plplotd"
 
45
  IMPORTED_LOCATION_NOCONFIG "/usr/local/lib/libplplotcxxd.so.10.0.0"
 
46
  IMPORTED_SONAME_NOCONFIG "libplplotcxxd.so.10"
 
47
  )
 
48
 
 
49
LIST(APPEND _IMPORT_CHECK_TARGETS plplotcxxd )
 
50
LIST(APPEND _IMPORT_CHECK_FILES_FOR_plplotcxxd "/usr/local/lib/libplplotcxxd.so.10.0.0" )
 
51
 
 
52
# Loop over all imported files and verify that they actually exist
 
53
FOREACH(target ${_IMPORT_CHECK_TARGETS} )
 
54
  FOREACH(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
 
55
    IF(NOT EXISTS "${file}" )
 
56
      MESSAGE(FATAL_ERROR "The imported target \"${target}\" references the file
 
57
   \"${file}\"
 
58
but this file does not exist.  Possible reasons include:
 
59
* The file was deleted, renamed, or moved to another location.
 
60
* An install or uninstall procedure did not complete successfully.
 
61
* The installation package was faulty and contained
 
62
   \"${CMAKE_CURRENT_LIST_FILE}\"
 
63
but not all the files it references.
 
64
")
 
65
    ENDIF()
 
66
  ENDFOREACH()
 
67
  UNSET(_IMPORT_CHECK_FILES_FOR_${target})
 
68
ENDFOREACH()
 
69
UNSET(_IMPORT_CHECK_TARGETS)
 
70
 
 
71
# Commands beyond this point should not need to know the version.
 
72
SET(CMAKE_IMPORT_FILE_VERSION)