Update ABI/API compatibility reports after commit 9db62b20111198429c4fa9650dda16e1ee3...
[openjpeg.git] / abi-check / installed / openjpeg / 2.1.1 / lib / openjpeg-2.1 / OpenJPEGTargets-debug.cmake
1 #----------------------------------------------------------------
2 # Generated CMake target import file for configuration "Debug".
3 #----------------------------------------------------------------
4
5 # Commands may need to know the format version.
6 SET(CMAKE_IMPORT_FILE_VERSION 1)
7
8 # Compute the installation prefix relative to this file.
9 GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
10 GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
11 GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
12
13 # Import target "openjp2" for configuration "Debug"
14 SET_PROPERTY(TARGET openjp2 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
15 SET_TARGET_PROPERTIES(openjp2 PROPERTIES
16   IMPORTED_LINK_INTERFACE_LIBRARIES_DEBUG "m"
17   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.1.1"
18   IMPORTED_SONAME_DEBUG "libopenjp2.so.7"
19   )
20
21 LIST(APPEND _IMPORT_CHECK_TARGETS openjp2 )
22 LIST(APPEND _IMPORT_CHECK_FILES_FOR_openjp2 "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.1.1" )
23
24 # Import target "opj_decompress" for configuration "Debug"
25 SET_PROPERTY(TARGET opj_decompress APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
26 SET_TARGET_PROPERTIES(opj_decompress PROPERTIES
27   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_decompress"
28   )
29
30 LIST(APPEND _IMPORT_CHECK_TARGETS opj_decompress )
31 LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_decompress "${_IMPORT_PREFIX}/bin/opj_decompress" )
32
33 # Import target "opj_compress" for configuration "Debug"
34 SET_PROPERTY(TARGET opj_compress APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
35 SET_TARGET_PROPERTIES(opj_compress PROPERTIES
36   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_compress"
37   )
38
39 LIST(APPEND _IMPORT_CHECK_TARGETS opj_compress )
40 LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_compress "${_IMPORT_PREFIX}/bin/opj_compress" )
41
42 # Import target "opj_dump" for configuration "Debug"
43 SET_PROPERTY(TARGET opj_dump APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
44 SET_TARGET_PROPERTIES(opj_dump PROPERTIES
45   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_dump"
46   )
47
48 LIST(APPEND _IMPORT_CHECK_TARGETS opj_dump )
49 LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_dump "${_IMPORT_PREFIX}/bin/opj_dump" )
50
51 # Loop over all imported files and verify that they actually exist
52 FOREACH(target ${_IMPORT_CHECK_TARGETS} )
53   FOREACH(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
54     IF(NOT EXISTS "${file}" )
55       MESSAGE(FATAL_ERROR "The imported target \"${target}\" references the file
56    \"${file}\"
57 but this file does not exist.  Possible reasons include:
58 * The file was deleted, renamed, or moved to another location.
59 * An install or uninstall procedure did not complete successfully.
60 * The installation package was faulty and contained
61    \"${CMAKE_CURRENT_LIST_FILE}\"
62 but not all the files it references.
63 ")
64     ENDIF()
65   ENDFOREACH()
66   UNSET(_IMPORT_CHECK_FILES_FOR_${target})
67 ENDFOREACH()
68 UNSET(_IMPORT_CHECK_TARGETS)
69
70 # Cleanup temporary variables.
71 SET(_IMPORT_PREFIX)
72
73 # Commands beyond this point should not need to know the version.
74 SET(CMAKE_IMPORT_FILE_VERSION)