@cpp.js/package-tiff 1.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +9 -0
- package/README.md +47 -0
- package/cppjs-package-tiff.podspec +13 -0
- package/cppjs.build.js +8 -0
- package/cppjs.config.js +18 -0
- package/dist/prebuilt/Android-arm64-v8a/include/tiff.h +899 -0
- package/dist/prebuilt/Android-arm64-v8a/include/tiffconf.h +144 -0
- package/dist/prebuilt/Android-arm64-v8a/include/tiffio.h +653 -0
- package/dist/prebuilt/Android-arm64-v8a/include/tiffio.hxx +39 -0
- package/dist/prebuilt/Android-arm64-v8a/include/tiffvers.h +36 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/cmake/tiff/TiffConfig.cmake +28 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/cmake/tiff/TiffConfigVersion.cmake +65 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/cmake/tiff/TiffTargets-release.cmake +19 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/cmake/tiff/TiffTargets.cmake +106 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/libtiff.so +0 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/libtiffxx.so +0 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/pkgconfig/libtiff-4.pc +12 -0
- package/dist/prebuilt/CMakeLists.txt +44 -0
- package/dist/prebuilt/Emscripten-x86_64/include/tiff.h +899 -0
- package/dist/prebuilt/Emscripten-x86_64/include/tiffconf.h +144 -0
- package/dist/prebuilt/Emscripten-x86_64/include/tiffio.h +653 -0
- package/dist/prebuilt/Emscripten-x86_64/include/tiffio.hxx +39 -0
- package/dist/prebuilt/Emscripten-x86_64/include/tiffvers.h +36 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/cmake/tiff/TiffConfig.cmake +28 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/cmake/tiff/TiffConfigVersion.cmake +65 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/cmake/tiff/TiffTargets-release.cmake +19 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/cmake/tiff/TiffTargets.cmake +106 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/libtiff.a +0 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/libtiffxx.a +0 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/pkgconfig/libtiff-4.pc +12 -0
- package/dist/prebuilt/iOS-iphoneos/include/tiff.h +899 -0
- package/dist/prebuilt/iOS-iphoneos/include/tiffconf.h +144 -0
- package/dist/prebuilt/iOS-iphoneos/include/tiffio.h +653 -0
- package/dist/prebuilt/iOS-iphoneos/include/tiffio.hxx +39 -0
- package/dist/prebuilt/iOS-iphoneos/include/tiffvers.h +36 -0
- package/dist/prebuilt/iOS-iphoneos/lib/cmake/tiff/TiffConfig.cmake +28 -0
- package/dist/prebuilt/iOS-iphoneos/lib/cmake/tiff/TiffConfigVersion.cmake +65 -0
- package/dist/prebuilt/iOS-iphoneos/lib/cmake/tiff/TiffTargets-release.cmake +19 -0
- package/dist/prebuilt/iOS-iphoneos/lib/cmake/tiff/TiffTargets.cmake +107 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libtiff.a +0 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libtiffxx.a +0 -0
- package/dist/prebuilt/iOS-iphoneos/lib/pkgconfig/libtiff-4.pc +12 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/tiff.h +899 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/tiffconf.h +144 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/tiffio.h +653 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/tiffio.hxx +39 -0
- package/dist/prebuilt/iOS-iphonesimulator/include/tiffvers.h +36 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/cmake/tiff/TiffConfig.cmake +28 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/cmake/tiff/TiffConfigVersion.cmake +65 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/cmake/tiff/TiffTargets-release.cmake +19 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/cmake/tiff/TiffTargets.cmake +107 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libtiff.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libtiffxx.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/pkgconfig/libtiff-4.pc +12 -0
- package/dist/prebuilt/tiff.xcframework/Info.plist +50 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e/Headers/tiff.h +899 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e/Headers/tiffconf.h +144 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e/Headers/tiffio.h +653 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e/Headers/tiffio.hxx +39 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e/Headers/tiffvers.h +36 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e/libtiff.a +0 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/tiff.h +899 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/tiffconf.h +144 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/tiffio.h +653 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/tiffio.hxx +39 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/tiffvers.h +36 -0
- package/dist/prebuilt/tiff.xcframework/ios-arm64_arm64e_x86_64-simulator/libtiff.a +0 -0
- package/package.json +28 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tiffvers.h version information is updated according to version information
|
|
2
|
+
* in configure.ac */
|
|
3
|
+
|
|
4
|
+
/* clang-format off */
|
|
5
|
+
|
|
6
|
+
/* clang-format disabled because FindTIFF.cmake is very sensitive to the
|
|
7
|
+
* formatting of below line being a single line.
|
|
8
|
+
* Furthermore, configure_file variables of type "" are
|
|
9
|
+
* modified by clang-format and won't be substituted by CMake.
|
|
10
|
+
*/
|
|
11
|
+
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.6.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
|
|
12
|
+
/*
|
|
13
|
+
* This define can be used in code that requires
|
|
14
|
+
* compilation-related definitions specific to a
|
|
15
|
+
* version or versions of the library. Runtime
|
|
16
|
+
* version checking should be done based on the
|
|
17
|
+
* string returned by TIFFGetVersion.
|
|
18
|
+
*/
|
|
19
|
+
#define TIFFLIB_VERSION 20230908
|
|
20
|
+
|
|
21
|
+
/* The following defines have been added in 4.5.0 */
|
|
22
|
+
#define TIFFLIB_MAJOR_VERSION 4
|
|
23
|
+
#define TIFFLIB_MINOR_VERSION 6
|
|
24
|
+
#define TIFFLIB_MICRO_VERSION 0
|
|
25
|
+
#define TIFFLIB_VERSION_STR_MAJ_MIN_MIC "4.6.0"
|
|
26
|
+
|
|
27
|
+
/* Macro added in 4.5.0. Returns TRUE if the current libtiff version is
|
|
28
|
+
* greater or equal to major.minor.micro
|
|
29
|
+
*/
|
|
30
|
+
#define TIFFLIB_AT_LEAST(major, minor, micro) \
|
|
31
|
+
(TIFFLIB_MAJOR_VERSION > (major) || \
|
|
32
|
+
(TIFFLIB_MAJOR_VERSION == (major) && TIFFLIB_MINOR_VERSION > (minor)) || \
|
|
33
|
+
(TIFFLIB_MAJOR_VERSION == (major) && TIFFLIB_MINOR_VERSION == (minor) && \
|
|
34
|
+
TIFFLIB_MICRO_VERSION >= (micro)))
|
|
35
|
+
|
|
36
|
+
/* clang-format on */
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
if(NOT "OFF")
|
|
2
|
+
# TODO: import dependencies
|
|
3
|
+
endif()
|
|
4
|
+
|
|
5
|
+
function(set_variable_from_rel_or_absolute_path var root rel_or_abs_path)
|
|
6
|
+
if(IS_ABSOLUTE "${rel_or_abs_path}")
|
|
7
|
+
set(${var} "${rel_or_abs_path}" PARENT_SCOPE)
|
|
8
|
+
else()
|
|
9
|
+
set(${var} "${root}/${rel_or_abs_path}" PARENT_SCOPE)
|
|
10
|
+
endif()
|
|
11
|
+
endfunction()
|
|
12
|
+
|
|
13
|
+
# Tell the user project where to find our headers and libraries
|
|
14
|
+
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" ABSOLUTE)
|
|
15
|
+
get_filename_component(_DIR "${_DIR}" DIRECTORY)
|
|
16
|
+
get_filename_component(_ROOT "${_DIR}/" ABSOLUTE)
|
|
17
|
+
# Use _ROOT as prefix here for the possibility of relocation after installation.
|
|
18
|
+
set_variable_from_rel_or_absolute_path("TIFF_INCLUDE_DIR" "${_ROOT}" "include")
|
|
19
|
+
set(TIFF_INCLUDE_DIRS ${TIFF_INCLUDE_DIR})
|
|
20
|
+
|
|
21
|
+
set(TIFF_LIBRARIES TIFF::tiff)
|
|
22
|
+
|
|
23
|
+
if(NOT TARGET TIFF::tiff)
|
|
24
|
+
include("${_DIR}/TiffTargets.cmake")
|
|
25
|
+
endif()
|
|
26
|
+
|
|
27
|
+
unset (_ROOT)
|
|
28
|
+
unset (_DIR)
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# This is a basic version file for the Config-mode of find_package().
|
|
2
|
+
# It is used by write_basic_package_version_file() as input file for configure_file()
|
|
3
|
+
# to create a version-file which can be installed along a config.cmake file.
|
|
4
|
+
#
|
|
5
|
+
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
|
6
|
+
# the requested version string are exactly the same and it sets
|
|
7
|
+
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
|
|
8
|
+
# but only if the requested major version is the same as the current one.
|
|
9
|
+
# The variable CVF_VERSION must be set before calling configure_file().
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
set(PACKAGE_VERSION "4.6.0")
|
|
13
|
+
|
|
14
|
+
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
|
15
|
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
16
|
+
else()
|
|
17
|
+
|
|
18
|
+
if("4.6.0" MATCHES "^([0-9]+)\\.")
|
|
19
|
+
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
|
20
|
+
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
|
21
|
+
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
|
22
|
+
endif()
|
|
23
|
+
else()
|
|
24
|
+
set(CVF_VERSION_MAJOR "4.6.0")
|
|
25
|
+
endif()
|
|
26
|
+
|
|
27
|
+
if(PACKAGE_FIND_VERSION_RANGE)
|
|
28
|
+
# both endpoints of the range must have the expected major version
|
|
29
|
+
math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
|
|
30
|
+
if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
|
31
|
+
OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
|
32
|
+
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
|
|
33
|
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
34
|
+
elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
|
35
|
+
AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
|
|
36
|
+
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
|
|
37
|
+
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
|
38
|
+
else()
|
|
39
|
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
40
|
+
endif()
|
|
41
|
+
else()
|
|
42
|
+
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
|
43
|
+
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
|
44
|
+
else()
|
|
45
|
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
46
|
+
endif()
|
|
47
|
+
|
|
48
|
+
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
|
49
|
+
set(PACKAGE_VERSION_EXACT TRUE)
|
|
50
|
+
endif()
|
|
51
|
+
endif()
|
|
52
|
+
endif()
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
|
56
|
+
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
|
|
57
|
+
return()
|
|
58
|
+
endif()
|
|
59
|
+
|
|
60
|
+
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
|
|
61
|
+
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
|
|
62
|
+
math(EXPR installedBits "8 * 8")
|
|
63
|
+
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
|
|
64
|
+
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
|
65
|
+
endif()
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#----------------------------------------------------------------
|
|
2
|
+
# Generated CMake target import file for configuration "Release".
|
|
3
|
+
#----------------------------------------------------------------
|
|
4
|
+
|
|
5
|
+
# Commands may need to know the format version.
|
|
6
|
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
7
|
+
|
|
8
|
+
# Import target "TIFF::tiff" for configuration "Release"
|
|
9
|
+
set_property(TARGET TIFF::tiff APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
10
|
+
set_target_properties(TIFF::tiff PROPERTIES
|
|
11
|
+
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C"
|
|
12
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libtiff.a"
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
list(APPEND _cmake_import_check_targets TIFF::tiff )
|
|
16
|
+
list(APPEND _cmake_import_check_files_for_TIFF::tiff "${_IMPORT_PREFIX}/lib/libtiff.a" )
|
|
17
|
+
|
|
18
|
+
# Commands beyond this point should not need to know the version.
|
|
19
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# Generated by CMake
|
|
2
|
+
|
|
3
|
+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
|
4
|
+
message(FATAL_ERROR "CMake >= 2.8.0 required")
|
|
5
|
+
endif()
|
|
6
|
+
if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
|
7
|
+
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
|
8
|
+
endif()
|
|
9
|
+
cmake_policy(PUSH)
|
|
10
|
+
cmake_policy(VERSION 2.8.3...3.26)
|
|
11
|
+
#----------------------------------------------------------------
|
|
12
|
+
# Generated CMake target import file.
|
|
13
|
+
#----------------------------------------------------------------
|
|
14
|
+
|
|
15
|
+
# Commands may need to know the format version.
|
|
16
|
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
17
|
+
|
|
18
|
+
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
|
19
|
+
set(_cmake_targets_defined "")
|
|
20
|
+
set(_cmake_targets_not_defined "")
|
|
21
|
+
set(_cmake_expected_targets "")
|
|
22
|
+
foreach(_cmake_expected_target IN ITEMS TIFF::tiff)
|
|
23
|
+
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
|
|
24
|
+
if(TARGET "${_cmake_expected_target}")
|
|
25
|
+
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
|
|
26
|
+
else()
|
|
27
|
+
list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
|
|
28
|
+
endif()
|
|
29
|
+
endforeach()
|
|
30
|
+
unset(_cmake_expected_target)
|
|
31
|
+
if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
|
|
32
|
+
unset(_cmake_targets_defined)
|
|
33
|
+
unset(_cmake_targets_not_defined)
|
|
34
|
+
unset(_cmake_expected_targets)
|
|
35
|
+
unset(CMAKE_IMPORT_FILE_VERSION)
|
|
36
|
+
cmake_policy(POP)
|
|
37
|
+
return()
|
|
38
|
+
endif()
|
|
39
|
+
if(NOT _cmake_targets_defined STREQUAL "")
|
|
40
|
+
string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
|
|
41
|
+
string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
|
|
42
|
+
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
|
|
43
|
+
endif()
|
|
44
|
+
unset(_cmake_targets_defined)
|
|
45
|
+
unset(_cmake_targets_not_defined)
|
|
46
|
+
unset(_cmake_expected_targets)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# Compute the installation prefix relative to this file.
|
|
50
|
+
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
51
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
52
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
53
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
54
|
+
if(_IMPORT_PREFIX STREQUAL "/")
|
|
55
|
+
set(_IMPORT_PREFIX "")
|
|
56
|
+
endif()
|
|
57
|
+
|
|
58
|
+
# Create imported target TIFF::tiff
|
|
59
|
+
add_library(TIFF::tiff STATIC IMPORTED)
|
|
60
|
+
|
|
61
|
+
set_target_properties(TIFF::tiff PROPERTIES
|
|
62
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
63
|
+
INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:ZLIB::ZLIB>;\$<LINK_ONLY:CMath::CMath>"
|
|
64
|
+
)
|
|
65
|
+
|
|
66
|
+
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
|
67
|
+
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
|
|
68
|
+
endif()
|
|
69
|
+
|
|
70
|
+
# Load information for each installed configuration.
|
|
71
|
+
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/TiffTargets-*.cmake")
|
|
72
|
+
foreach(_cmake_config_file IN LISTS _cmake_config_files)
|
|
73
|
+
include("${_cmake_config_file}")
|
|
74
|
+
endforeach()
|
|
75
|
+
unset(_cmake_config_file)
|
|
76
|
+
unset(_cmake_config_files)
|
|
77
|
+
|
|
78
|
+
# Cleanup temporary variables.
|
|
79
|
+
set(_IMPORT_PREFIX)
|
|
80
|
+
|
|
81
|
+
# Loop over all imported files and verify that they actually exist
|
|
82
|
+
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
|
83
|
+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
|
|
84
|
+
if(NOT EXISTS "${_cmake_file}")
|
|
85
|
+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
|
|
86
|
+
\"${_cmake_file}\"
|
|
87
|
+
but this file does not exist. Possible reasons include:
|
|
88
|
+
* The file was deleted, renamed, or moved to another location.
|
|
89
|
+
* An install or uninstall procedure did not complete successfully.
|
|
90
|
+
* The installation package was faulty and contained
|
|
91
|
+
\"${CMAKE_CURRENT_LIST_FILE}\"
|
|
92
|
+
but not all the files it references.
|
|
93
|
+
")
|
|
94
|
+
endif()
|
|
95
|
+
endforeach()
|
|
96
|
+
unset(_cmake_file)
|
|
97
|
+
unset("_cmake_import_check_files_for_${_cmake_target}")
|
|
98
|
+
endforeach()
|
|
99
|
+
unset(_cmake_target)
|
|
100
|
+
unset(_cmake_import_check_targets)
|
|
101
|
+
|
|
102
|
+
# This file does not depend on other imported targets which have
|
|
103
|
+
# been exported from the same project but in a separate export set.
|
|
104
|
+
|
|
105
|
+
# Commands beyond this point should not need to know the version.
|
|
106
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
|
107
|
+
cmake_policy(POP)
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
prefix=/Users/bugra/Documents/cpp.js/packages/cppjs-package-tiff/.cppjs/build/Source-Release/prebuilt/iOS-iphoneos
|
|
2
|
+
exec_prefix=${prefix}
|
|
3
|
+
libdir=${exec_prefix}/lib
|
|
4
|
+
includedir=${prefix}/include
|
|
5
|
+
|
|
6
|
+
Name: libtiff
|
|
7
|
+
Description: Tag Image File Format (TIFF) library.
|
|
8
|
+
Version: 4.6.0
|
|
9
|
+
Libs: -L${libdir} -ltiff
|
|
10
|
+
Libs.private: -lm
|
|
11
|
+
Cflags: -I${includedir}
|
|
12
|
+
Requires.private: zlib
|