Update ABI/API compatibility reports after commit b93996d5e018b3d9525acf406053d8b4624...
[openjpeg.git] / abi-check / installed / openjpeg / 2.4.0 / lib / openjpeg-2.4 / 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;-lpthread"
17   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.so.2.4.0"
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.4.0" )
23
24 # Import target "openjp2_static" for configuration "Debug"
25 SET_PROPERTY(TARGET openjp2_static APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
26 SET_TARGET_PROPERTIES(openjp2_static PROPERTIES
27   IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C"
28   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenjp2.a"
29   )
30
31 LIST(APPEND _IMPORT_CHECK_TARGETS openjp2_static )
32 LIST(APPEND _IMPORT_CHECK_FILES_FOR_openjp2_static "${_IMPORT_PREFIX}/lib/libopenjp2.a" )
33
34 # Import target "opj_decompress" for configuration "Debug"
35 SET_PROPERTY(TARGET opj_decompress APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
36 SET_TARGET_PROPERTIES(opj_decompress PROPERTIES
37   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_decompress"
38   )
39
40 LIST(APPEND _IMPORT_CHECK_TARGETS opj_decompress )
41 LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_decompress "${_IMPORT_PREFIX}/bin/opj_decompress" )
42
43 # Import target "opj_compress" for configuration "Debug"
44 SET_PROPERTY(TARGET opj_compress APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
45 SET_TARGET_PROPERTIES(opj_compress PROPERTIES
46   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_compress"
47   )
48
49 LIST(APPEND _IMPORT_CHECK_TARGETS opj_compress )
50 LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_compress "${_IMPORT_PREFIX}/bin/opj_compress" )
51
52 # Import target "opj_dump" for configuration "Debug"
53 SET_PROPERTY(TARGET opj_dump APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
54 SET_TARGET_PROPERTIES(opj_dump PROPERTIES
55   IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/bin/opj_dump"
56   )
57
58 LIST(APPEND _IMPORT_CHECK_TARGETS opj_dump )
59 LIST(APPEND _IMPORT_CHECK_FILES_FOR_opj_dump "${_IMPORT_PREFIX}/bin/opj_dump" )
60
61 # Loop over all imported files and verify that they actually exist
62 FOREACH(target ${_IMPORT_CHECK_TARGETS} )
63   FOREACH(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
64     IF(NOT EXISTS "${file}" )
65       MESSAGE(FATAL_ERROR "The imported target \"${target}\" references the file
66    \"${file}\"
67 but this file does not exist.  Possible reasons include:
68 * The file was deleted, renamed, or moved to another location.
69 * An install or uninstall procedure did not complete successfully.
70 * The installation package was faulty and contained
71    \"${CMAKE_CURRENT_LIST_FILE}\"
72 but not all the files it references.
73 ")
74     ENDIF()
75   ENDFOREACH()
76   UNSET(_IMPORT_CHECK_FILES_FOR_${target})
77 ENDFOREACH()
78 UNSET(_IMPORT_CHECK_TARGETS)
79
80 # Cleanup temporary variables.
81 SET(_IMPORT_PREFIX)
82
83 # Commands beyond this point should not need to know the version.
84 SET(CMAKE_IMPORT_FILE_VERSION)