zxing_cpp_no_cmake 0.1.1 → 0.1.2

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.
Files changed (2738) hide show
  1. checksums.yaml +4 -4
  2. data/Manifest.txt +2680 -50
  3. data/README.rdoc +3 -7
  4. data/ext/zxing/cmake/bin/ccmake +0 -0
  5. data/ext/zxing/cmake/bin/cmake +0 -0
  6. data/ext/zxing/cmake/bin/cmake-gui +0 -0
  7. data/ext/zxing/cmake/bin/cpack +0 -0
  8. data/ext/zxing/cmake/bin/ctest +0 -0
  9. data/ext/zxing/cmake/share/aclocal/cmake.m4 +44 -0
  10. data/ext/zxing/cmake/share/applications/cmake-gui.desktop +12 -0
  11. data/ext/zxing/cmake/share/cmake-3.16/Help/command/FIND_XXX.txt +151 -0
  12. data/ext/zxing/cmake/share/cmake-3.16/Help/command/FIND_XXX_ORDER.txt +12 -0
  13. data/ext/zxing/cmake/share/cmake-3.16/Help/command/FIND_XXX_ROOT.txt +29 -0
  14. data/ext/zxing/cmake/share/cmake-3.16/Help/command/LINK_OPTIONS_LINKER.txt +22 -0
  15. data/ext/zxing/cmake/share/cmake-3.16/Help/command/OPTIONS_SHELL.txt +9 -0
  16. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_compile_definitions.rst +23 -0
  17. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_compile_options.rst +48 -0
  18. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_custom_command.rst +259 -0
  19. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_custom_target.rst +146 -0
  20. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_definitions.rst +35 -0
  21. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_dependencies.rst +23 -0
  22. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_executable.rst +85 -0
  23. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_library.rst +182 -0
  24. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_link_options.rst +31 -0
  25. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_subdirectory.rst +35 -0
  26. data/ext/zxing/cmake/share/cmake-3.16/Help/command/add_test.rst +76 -0
  27. data/ext/zxing/cmake/share/cmake-3.16/Help/command/aux_source_directory.rst +24 -0
  28. data/ext/zxing/cmake/share/cmake-3.16/Help/command/break.rst +12 -0
  29. data/ext/zxing/cmake/share/cmake-3.16/Help/command/build_command.rst +45 -0
  30. data/ext/zxing/cmake/share/cmake-3.16/Help/command/build_name.rst +15 -0
  31. data/ext/zxing/cmake/share/cmake-3.16/Help/command/cmake_host_system_information.rst +50 -0
  32. data/ext/zxing/cmake/share/cmake-3.16/Help/command/cmake_minimum_required.rst +68 -0
  33. data/ext/zxing/cmake/share/cmake-3.16/Help/command/cmake_parse_arguments.rst +109 -0
  34. data/ext/zxing/cmake/share/cmake-3.16/Help/command/cmake_policy.rst +108 -0
  35. data/ext/zxing/cmake/share/cmake-3.16/Help/command/configure_file.rst +135 -0
  36. data/ext/zxing/cmake/share/cmake-3.16/Help/command/continue.rst +14 -0
  37. data/ext/zxing/cmake/share/cmake-3.16/Help/command/create_test_sourcelist.rst +30 -0
  38. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_build.rst +78 -0
  39. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_configure.rst +46 -0
  40. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_coverage.rst +46 -0
  41. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_empty_binary_directory.rst +12 -0
  42. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_memcheck.rst +38 -0
  43. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_read_custom_files.rst +14 -0
  44. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_run_script.rst +15 -0
  45. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_sleep.rst +16 -0
  46. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_start.rst +83 -0
  47. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_submit.rst +104 -0
  48. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_test.rst +120 -0
  49. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_update.rst +39 -0
  50. data/ext/zxing/cmake/share/cmake-3.16/Help/command/ctest_upload.rst +22 -0
  51. data/ext/zxing/cmake/share/cmake-3.16/Help/command/define_property.rst +59 -0
  52. data/ext/zxing/cmake/share/cmake-3.16/Help/command/else.rst +10 -0
  53. data/ext/zxing/cmake/share/cmake-3.16/Help/command/elseif.rst +11 -0
  54. data/ext/zxing/cmake/share/cmake-3.16/Help/command/enable_language.rst +25 -0
  55. data/ext/zxing/cmake/share/cmake-3.16/Help/command/enable_testing.rst +20 -0
  56. data/ext/zxing/cmake/share/cmake-3.16/Help/command/endforeach.rst +14 -0
  57. data/ext/zxing/cmake/share/cmake-3.16/Help/command/endfunction.rst +14 -0
  58. data/ext/zxing/cmake/share/cmake-3.16/Help/command/endif.rst +14 -0
  59. data/ext/zxing/cmake/share/cmake-3.16/Help/command/endmacro.rst +14 -0
  60. data/ext/zxing/cmake/share/cmake-3.16/Help/command/endwhile.rst +14 -0
  61. data/ext/zxing/cmake/share/cmake-3.16/Help/command/exec_program.rst +26 -0
  62. data/ext/zxing/cmake/share/cmake-3.16/Help/command/execute_process.rst +118 -0
  63. data/ext/zxing/cmake/share/cmake-3.16/Help/command/export.rst +86 -0
  64. data/ext/zxing/cmake/share/cmake-3.16/Help/command/export_library_dependencies.rst +28 -0
  65. data/ext/zxing/cmake/share/cmake-3.16/Help/command/file.rst +848 -0
  66. data/ext/zxing/cmake/share/cmake-3.16/Help/command/find_file.rst +36 -0
  67. data/ext/zxing/cmake/share/cmake-3.16/Help/command/find_library.rst +81 -0
  68. data/ext/zxing/cmake/share/cmake-3.16/Help/command/find_package.rst +419 -0
  69. data/ext/zxing/cmake/share/cmake-3.16/Help/command/find_path.rst +41 -0
  70. data/ext/zxing/cmake/share/cmake-3.16/Help/command/find_program.rst +36 -0
  71. data/ext/zxing/cmake/share/cmake-3.16/Help/command/fltk_wrap_ui.rst +14 -0
  72. data/ext/zxing/cmake/share/cmake-3.16/Help/command/foreach.rst +84 -0
  73. data/ext/zxing/cmake/share/cmake-3.16/Help/command/function.rst +70 -0
  74. data/ext/zxing/cmake/share/cmake-3.16/Help/command/get_cmake_property.rst +20 -0
  75. data/ext/zxing/cmake/share/cmake-3.16/Help/command/get_directory_property.rst +29 -0
  76. data/ext/zxing/cmake/share/cmake-3.16/Help/command/get_filename_component.rst +55 -0
  77. data/ext/zxing/cmake/share/cmake-3.16/Help/command/get_property.rst +66 -0
  78. data/ext/zxing/cmake/share/cmake-3.16/Help/command/get_source_file_property.rst +22 -0
  79. data/ext/zxing/cmake/share/cmake-3.16/Help/command/get_target_property.rst +27 -0
  80. data/ext/zxing/cmake/share/cmake-3.16/Help/command/get_test_property.rst +21 -0
  81. data/ext/zxing/cmake/share/cmake-3.16/Help/command/if.rst +280 -0
  82. data/ext/zxing/cmake/share/cmake-3.16/Help/command/include.rst +25 -0
  83. data/ext/zxing/cmake/share/cmake-3.16/Help/command/include_directories.rst +41 -0
  84. data/ext/zxing/cmake/share/cmake-3.16/Help/command/include_external_msproject.rst +26 -0
  85. data/ext/zxing/cmake/share/cmake-3.16/Help/command/include_guard.rst +46 -0
  86. data/ext/zxing/cmake/share/cmake-3.16/Help/command/include_regular_expression.rst +18 -0
  87. data/ext/zxing/cmake/share/cmake-3.16/Help/command/install.rst +705 -0
  88. data/ext/zxing/cmake/share/cmake-3.16/Help/command/install_files.rst +41 -0
  89. data/ext/zxing/cmake/share/cmake-3.16/Help/command/install_programs.rst +36 -0
  90. data/ext/zxing/cmake/share/cmake-3.16/Help/command/install_targets.rst +19 -0
  91. data/ext/zxing/cmake/share/cmake-3.16/Help/command/link_directories.rst +51 -0
  92. data/ext/zxing/cmake/share/cmake-3.16/Help/command/link_libraries.rst +19 -0
  93. data/ext/zxing/cmake/share/cmake-3.16/Help/command/list.rst +325 -0
  94. data/ext/zxing/cmake/share/cmake-3.16/Help/command/load_cache.rst +26 -0
  95. data/ext/zxing/cmake/share/cmake-3.16/Help/command/load_command.rst +23 -0
  96. data/ext/zxing/cmake/share/cmake-3.16/Help/command/macro.rst +140 -0
  97. data/ext/zxing/cmake/share/cmake-3.16/Help/command/make_directory.rst +14 -0
  98. data/ext/zxing/cmake/share/cmake-3.16/Help/command/mark_as_advanced.rst +24 -0
  99. data/ext/zxing/cmake/share/cmake-3.16/Help/command/math.rst +36 -0
  100. data/ext/zxing/cmake/share/cmake-3.16/Help/command/message.rst +70 -0
  101. data/ext/zxing/cmake/share/cmake-3.16/Help/command/option.rst +16 -0
  102. data/ext/zxing/cmake/share/cmake-3.16/Help/command/output_required_files.rst +19 -0
  103. data/ext/zxing/cmake/share/cmake-3.16/Help/command/project.rst +130 -0
  104. data/ext/zxing/cmake/share/cmake-3.16/Help/command/qt_wrap_cpp.rst +23 -0
  105. data/ext/zxing/cmake/share/cmake-3.16/Help/command/qt_wrap_ui.rst +26 -0
  106. data/ext/zxing/cmake/share/cmake-3.16/Help/command/remove.rst +14 -0
  107. data/ext/zxing/cmake/share/cmake-3.16/Help/command/remove_definitions.rst +11 -0
  108. data/ext/zxing/cmake/share/cmake-3.16/Help/command/return.rst +19 -0
  109. data/ext/zxing/cmake/share/cmake-3.16/Help/command/separate_arguments.rst +46 -0
  110. data/ext/zxing/cmake/share/cmake-3.16/Help/command/set.rst +104 -0
  111. data/ext/zxing/cmake/share/cmake-3.16/Help/command/set_directory_properties.rst +15 -0
  112. data/ext/zxing/cmake/share/cmake-3.16/Help/command/set_property.rst +79 -0
  113. data/ext/zxing/cmake/share/cmake-3.16/Help/command/set_source_files_properties.rst +19 -0
  114. data/ext/zxing/cmake/share/cmake-3.16/Help/command/set_target_properties.rst +20 -0
  115. data/ext/zxing/cmake/share/cmake-3.16/Help/command/set_tests_properties.rst +17 -0
  116. data/ext/zxing/cmake/share/cmake-3.16/Help/command/site_name.rst +8 -0
  117. data/ext/zxing/cmake/share/cmake-3.16/Help/command/source_group.rst +58 -0
  118. data/ext/zxing/cmake/share/cmake-3.16/Help/command/string.rst +459 -0
  119. data/ext/zxing/cmake/share/cmake-3.16/Help/command/subdir_depends.rst +13 -0
  120. data/ext/zxing/cmake/share/cmake-3.16/Help/command/subdirs.rst +26 -0
  121. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_compile_definitions.rst +39 -0
  122. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_compile_features.rst +33 -0
  123. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_compile_options.rst +48 -0
  124. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_include_directories.rst +62 -0
  125. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_link_directories.rst +55 -0
  126. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_link_libraries.rst +310 -0
  127. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_link_options.rst +48 -0
  128. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_precompile_headers.rst +85 -0
  129. data/ext/zxing/cmake/share/cmake-3.16/Help/command/target_sources.rst +34 -0
  130. data/ext/zxing/cmake/share/cmake-3.16/Help/command/try_compile.rst +182 -0
  131. data/ext/zxing/cmake/share/cmake-3.16/Help/command/try_run.rst +103 -0
  132. data/ext/zxing/cmake/share/cmake-3.16/Help/command/unset.rst +41 -0
  133. data/ext/zxing/cmake/share/cmake-3.16/Help/command/use_mangled_mesa.rst +15 -0
  134. data/ext/zxing/cmake/share/cmake-3.16/Help/command/utility_source.rst +24 -0
  135. data/ext/zxing/cmake/share/cmake-3.16/Help/command/variable_requires.rst +22 -0
  136. data/ext/zxing/cmake/share/cmake-3.16/Help/command/variable_watch.rst +15 -0
  137. data/ext/zxing/cmake/share/cmake-3.16/Help/command/while.rst +25 -0
  138. data/ext/zxing/cmake/share/cmake-3.16/Help/command/write_file.rst +22 -0
  139. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/archive.rst +36 -0
  140. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/bundle.rst +66 -0
  141. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/cygwin.rst +23 -0
  142. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/deb.rst +565 -0
  143. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/dmg.rst +101 -0
  144. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/external.rst +283 -0
  145. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/freebsd.rst +138 -0
  146. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/ifw.rst +339 -0
  147. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/nsis.rst +130 -0
  148. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/nuget.rst +189 -0
  149. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/packagemaker.rst +23 -0
  150. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/productbuild.rst +68 -0
  151. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/rpm.rst +955 -0
  152. data/ext/zxing/cmake/share/cmake-3.16/Help/cpack_gen/wix.rst +288 -0
  153. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/ASM_DIALECT.rst +14 -0
  154. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/ASM_DIALECTFLAGS.rst +13 -0
  155. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CC.rst +11 -0
  156. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CFLAGS.rst +11 -0
  157. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst +11 -0
  158. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_CONFIG_TYPE.rst +7 -0
  159. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_GENERATOR.rst +16 -0
  160. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_GENERATOR_INSTANCE.rst +7 -0
  161. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_GENERATOR_PLATFORM.rst +8 -0
  162. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_GENERATOR_TOOLSET.rst +8 -0
  163. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_MSVCIDE_RUN_PATH.rst +10 -0
  164. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_NO_VERBOSE.rst +8 -0
  165. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CMAKE_OSX_ARCHITECTURES.rst +10 -0
  166. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CSFLAGS.rst +11 -0
  167. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CTEST_INTERACTIVE_DEBUG_MODE.rst +7 -0
  168. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CTEST_OUTPUT_ON_FAILURE.rst +9 -0
  169. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CTEST_PARALLEL_LEVEL.rst +7 -0
  170. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CTEST_PROGRESS_OUTPUT.rst +16 -0
  171. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CTEST_USE_LAUNCHERS_DEFAULT.rst +6 -0
  172. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CUDACXX.rst +11 -0
  173. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CUDAFLAGS.rst +11 -0
  174. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CUDAHOSTCXX.rst +15 -0
  175. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CXX.rst +11 -0
  176. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/CXXFLAGS.rst +11 -0
  177. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/DASHBOARD_TEST_FROM_CTEST.rst +8 -0
  178. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/DESTDIR.rst +21 -0
  179. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/ENV_VAR.txt +3 -0
  180. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/FC.rst +12 -0
  181. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/FFLAGS.rst +11 -0
  182. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/LDFLAGS.rst +12 -0
  183. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/MACOSX_DEPLOYMENT_TARGET.rst +10 -0
  184. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/PackageName_ROOT.rst +17 -0
  185. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/RC.rst +11 -0
  186. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/RCFLAGS.rst +11 -0
  187. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/SWIFTC.rst +11 -0
  188. data/ext/zxing/cmake/share/cmake-3.16/Help/envvar/VERBOSE.rst +10 -0
  189. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Borland Makefiles.rst +4 -0
  190. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/CodeBlocks.rst +32 -0
  191. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/CodeLite.rst +28 -0
  192. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Eclipse CDT4.rst +25 -0
  193. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Green Hills MULTI.rst +69 -0
  194. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Kate.rst +26 -0
  195. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/MSYS Makefiles.rst +12 -0
  196. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/MinGW Makefiles.rst +13 -0
  197. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/NMake Makefiles JOM.rst +4 -0
  198. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/NMake Makefiles.rst +4 -0
  199. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Ninja.rst +40 -0
  200. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Sublime Text 2.rst +25 -0
  201. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Unix Makefiles.rst +31 -0
  202. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/VS_TOOLSET_HOST_ARCH.txt +7 -0
  203. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 10 2010.rst +43 -0
  204. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 11 2012.rst +48 -0
  205. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 12 2013.rst +48 -0
  206. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 14 2015.rst +45 -0
  207. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 15 2017.rst +62 -0
  208. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 16 2019.rst +54 -0
  209. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 6.rst +6 -0
  210. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 7 .NET 2003.rst +6 -0
  211. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 7.rst +6 -0
  212. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 8 2005.rst +6 -0
  213. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Visual Studio 9 2008.rst +32 -0
  214. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Watcom WMake.rst +4 -0
  215. data/ext/zxing/cmake/share/cmake-3.16/Help/generator/Xcode.rst +13 -0
  216. data/ext/zxing/cmake/share/cmake-3.16/Help/include/COMPILE_DEFINITIONS_DISCLAIMER.txt +18 -0
  217. data/ext/zxing/cmake/share/cmake-3.16/Help/include/INTERFACE_INCLUDE_DIRECTORIES_WARNING.txt +18 -0
  218. data/ext/zxing/cmake/share/cmake-3.16/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt +10 -0
  219. data/ext/zxing/cmake/share/cmake-3.16/Help/index.rst +73 -0
  220. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/LINKS.txt +21 -0
  221. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/OPTIONS_BUILD.txt +126 -0
  222. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/OPTIONS_HELP.txt +136 -0
  223. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/ccmake.1.rst +37 -0
  224. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-buildsystem.7.rst +1011 -0
  225. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-commands.7.rst +172 -0
  226. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-compile-features.7.rst +370 -0
  227. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-developer.7.rst +433 -0
  228. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-env-variables.7.rst +73 -0
  229. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-file-api.7.rst +1113 -0
  230. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-generator-expressions.7.rst +657 -0
  231. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-generators.7.rst +117 -0
  232. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-gui.1.rst +44 -0
  233. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-language.7.rst +627 -0
  234. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-modules.7.rst +317 -0
  235. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-packages.7.rst +719 -0
  236. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-policies.7.rst +270 -0
  237. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-properties.7.rst +546 -0
  238. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-qt.7.rst +259 -0
  239. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-server.7.rst +744 -0
  240. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-toolchains.7.rst +663 -0
  241. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake-variables.7.rst +655 -0
  242. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cmake.1.rst +676 -0
  243. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cpack-generators.7.rst +29 -0
  244. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/cpack.1.rst +111 -0
  245. data/ext/zxing/cmake/share/cmake-3.16/Help/manual/ctest.1.rst +1504 -0
  246. data/ext/zxing/cmake/share/cmake-3.16/Help/module/AddFileDependencies.rst +1 -0
  247. data/ext/zxing/cmake/share/cmake-3.16/Help/module/AndroidTestUtilities.rst +1 -0
  248. data/ext/zxing/cmake/share/cmake-3.16/Help/module/BundleUtilities.rst +1 -0
  249. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeAddFortranSubdirectory.rst +1 -0
  250. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeBackwardCompatibilityCXX.rst +1 -0
  251. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeDependentOption.rst +1 -0
  252. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeDetermineVSServicePack.rst +1 -0
  253. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeExpandImportedTargets.rst +1 -0
  254. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeFindDependencyMacro.rst +1 -0
  255. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeFindFrameworks.rst +1 -0
  256. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeFindPackageMode.rst +1 -0
  257. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeForceCompiler.rst +1 -0
  258. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeGraphVizOptions.rst +1 -0
  259. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakePackageConfigHelpers.rst +1 -0
  260. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeParseArguments.rst +1 -0
  261. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakePrintHelpers.rst +1 -0
  262. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakePrintSystemInformation.rst +1 -0
  263. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakePushCheckState.rst +1 -0
  264. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CMakeVerifyManifest.rst +1 -0
  265. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPack.rst +1 -0
  266. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackArchive.rst +4 -0
  267. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackBundle.rst +4 -0
  268. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackComponent.rst +1 -0
  269. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackCygwin.rst +4 -0
  270. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackDMG.rst +4 -0
  271. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackDeb.rst +4 -0
  272. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackFreeBSD.rst +4 -0
  273. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackIFW.rst +1 -0
  274. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackIFWConfigureFile.rst +1 -0
  275. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackNSIS.rst +4 -0
  276. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackNuGet.rst +4 -0
  277. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackPackageMaker.rst +4 -0
  278. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackProductBuild.rst +4 -0
  279. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackRPM.rst +4 -0
  280. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CPackWIX.rst +5 -0
  281. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CSharpUtilities.rst +1 -0
  282. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CTest.rst +1 -0
  283. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CTestCoverageCollectGCOV.rst +1 -0
  284. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CTestScriptMode.rst +1 -0
  285. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CTestUseLaunchers.rst +1 -0
  286. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckCCompilerFlag.rst +1 -0
  287. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckCSourceCompiles.rst +1 -0
  288. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckCSourceRuns.rst +1 -0
  289. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckCXXCompilerFlag.rst +1 -0
  290. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckCXXSourceCompiles.rst +1 -0
  291. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckCXXSourceRuns.rst +1 -0
  292. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckCXXSymbolExists.rst +1 -0
  293. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckFortranCompilerFlag.rst +1 -0
  294. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckFortranFunctionExists.rst +1 -0
  295. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckFortranSourceCompiles.rst +1 -0
  296. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckFortranSourceRuns.rst +1 -0
  297. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckFunctionExists.rst +1 -0
  298. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckIPOSupported.rst +1 -0
  299. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckIncludeFile.rst +1 -0
  300. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckIncludeFileCXX.rst +1 -0
  301. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckIncludeFiles.rst +1 -0
  302. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckLanguage.rst +1 -0
  303. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckLibraryExists.rst +1 -0
  304. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckOBJCCompilerFlag.rst +1 -0
  305. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckOBJCSourceCompiles.rst +1 -0
  306. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckOBJCSourceRuns.rst +1 -0
  307. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckOBJCXXCompilerFlag.rst +1 -0
  308. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckOBJCXXSourceCompiles.rst +1 -0
  309. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckOBJCXXSourceRuns.rst +1 -0
  310. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckPIESupported.rst +1 -0
  311. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckPrototypeDefinition.rst +1 -0
  312. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckStructHasMember.rst +1 -0
  313. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckSymbolExists.rst +1 -0
  314. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckTypeSize.rst +1 -0
  315. data/ext/zxing/cmake/share/cmake-3.16/Help/module/CheckVariableExists.rst +1 -0
  316. data/ext/zxing/cmake/share/cmake-3.16/Help/module/Dart.rst +1 -0
  317. data/ext/zxing/cmake/share/cmake-3.16/Help/module/DeployQt4.rst +1 -0
  318. data/ext/zxing/cmake/share/cmake-3.16/Help/module/Documentation.rst +1 -0
  319. data/ext/zxing/cmake/share/cmake-3.16/Help/module/ExternalData.rst +1 -0
  320. data/ext/zxing/cmake/share/cmake-3.16/Help/module/ExternalProject.rst +1 -0
  321. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FeatureSummary.rst +1 -0
  322. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FetchContent.rst +1 -0
  323. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindALSA.rst +1 -0
  324. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindASPELL.rst +1 -0
  325. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindAVIFile.rst +1 -0
  326. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindArmadillo.rst +1 -0
  327. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindBISON.rst +1 -0
  328. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindBLAS.rst +1 -0
  329. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindBZip2.rst +1 -0
  330. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindBacktrace.rst +1 -0
  331. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindBoost.rst +1 -0
  332. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindBullet.rst +1 -0
  333. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCABLE.rst +1 -0
  334. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCUDA.rst +1 -0
  335. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCURL.rst +1 -0
  336. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCVS.rst +1 -0
  337. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCoin3D.rst +1 -0
  338. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCups.rst +1 -0
  339. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCurses.rst +1 -0
  340. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCxxTest.rst +1 -0
  341. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindCygwin.rst +1 -0
  342. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindDCMTK.rst +1 -0
  343. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindDart.rst +1 -0
  344. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindDevIL.rst +1 -0
  345. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindDoxygen.rst +1 -0
  346. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindEXPAT.rst +1 -0
  347. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindEnvModules.rst +1 -0
  348. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindFLEX.rst +1 -0
  349. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindFLTK.rst +1 -0
  350. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindFLTK2.rst +1 -0
  351. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindFontconfig.rst +1 -0
  352. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindFreetype.rst +1 -0
  353. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGCCXML.rst +1 -0
  354. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGDAL.rst +1 -0
  355. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGIF.rst +1 -0
  356. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGLEW.rst +1 -0
  357. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGLUT.rst +1 -0
  358. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGSL.rst +1 -0
  359. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGTK.rst +1 -0
  360. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGTK2.rst +1 -0
  361. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGTest.rst +1 -0
  362. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGettext.rst +1 -0
  363. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGit.rst +1 -0
  364. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGnuTLS.rst +1 -0
  365. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindGnuplot.rst +1 -0
  366. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindHDF5.rst +1 -0
  367. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindHSPELL.rst +1 -0
  368. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindHTMLHelp.rst +1 -0
  369. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindHg.rst +1 -0
  370. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindICU.rst +1 -0
  371. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindITK.rst +10 -0
  372. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindIce.rst +1 -0
  373. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindIconv.rst +1 -0
  374. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindIcotool.rst +1 -0
  375. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindImageMagick.rst +1 -0
  376. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindIntl.rst +1 -0
  377. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindJNI.rst +1 -0
  378. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindJPEG.rst +1 -0
  379. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindJasper.rst +1 -0
  380. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindJava.rst +1 -0
  381. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindKDE3.rst +1 -0
  382. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindKDE4.rst +1 -0
  383. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLAPACK.rst +1 -0
  384. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLATEX.rst +1 -0
  385. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLTTngUST.rst +1 -0
  386. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLibArchive.rst +1 -0
  387. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLibLZMA.rst +1 -0
  388. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLibXml2.rst +1 -0
  389. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLibXslt.rst +1 -0
  390. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLibinput.rst +1 -0
  391. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLua.rst +1 -0
  392. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLua50.rst +1 -0
  393. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindLua51.rst +1 -0
  394. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindMFC.rst +1 -0
  395. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindMPEG.rst +1 -0
  396. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindMPEG2.rst +1 -0
  397. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindMPI.rst +1 -0
  398. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindMatlab.rst +1 -0
  399. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindMotif.rst +1 -0
  400. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindODBC.rst +1 -0
  401. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenACC.rst +1 -0
  402. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenAL.rst +1 -0
  403. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenCL.rst +1 -0
  404. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenGL.rst +1 -0
  405. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenMP.rst +1 -0
  406. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenSSL.rst +1 -0
  407. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenSceneGraph.rst +1 -0
  408. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindOpenThreads.rst +1 -0
  409. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPHP4.rst +1 -0
  410. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPNG.rst +1 -0
  411. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPackageHandleStandardArgs.rst +1 -0
  412. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPackageMessage.rst +1 -0
  413. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPatch.rst +1 -0
  414. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPerl.rst +1 -0
  415. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPerlLibs.rst +1 -0
  416. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPhysFS.rst +1 -0
  417. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPike.rst +1 -0
  418. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPkgConfig.rst +1 -0
  419. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPostgreSQL.rst +1 -0
  420. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindProducer.rst +1 -0
  421. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindProtobuf.rst +1 -0
  422. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPython.rst +1 -0
  423. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPython2.rst +1 -0
  424. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPython3.rst +1 -0
  425. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPythonInterp.rst +1 -0
  426. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindPythonLibs.rst +1 -0
  427. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindQt.rst +1 -0
  428. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindQt3.rst +1 -0
  429. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindQt4.rst +1 -0
  430. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindQuickTime.rst +1 -0
  431. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindRTI.rst +1 -0
  432. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindRuby.rst +1 -0
  433. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSDL.rst +1 -0
  434. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSDL_image.rst +1 -0
  435. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSDL_mixer.rst +1 -0
  436. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSDL_net.rst +1 -0
  437. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSDL_sound.rst +1 -0
  438. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSDL_ttf.rst +1 -0
  439. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSQLite3.rst +1 -0
  440. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSWIG.rst +1 -0
  441. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSelfPackers.rst +1 -0
  442. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSquish.rst +1 -0
  443. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindSubversion.rst +1 -0
  444. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindTCL.rst +1 -0
  445. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindTIFF.rst +1 -0
  446. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindTclStub.rst +1 -0
  447. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindTclsh.rst +1 -0
  448. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindThreads.rst +1 -0
  449. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindUnixCommands.rst +1 -0
  450. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindVTK.rst +10 -0
  451. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindVulkan.rst +1 -0
  452. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindWget.rst +1 -0
  453. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindWish.rst +1 -0
  454. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindX11.rst +1 -0
  455. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindXCTest.rst +1 -0
  456. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindXMLRPC.rst +1 -0
  457. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindXalanC.rst +1 -0
  458. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindXercesC.rst +1 -0
  459. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindZLIB.rst +1 -0
  460. data/ext/zxing/cmake/share/cmake-3.16/Help/module/Findosg.rst +1 -0
  461. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgAnimation.rst +1 -0
  462. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgDB.rst +1 -0
  463. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgFX.rst +1 -0
  464. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgGA.rst +1 -0
  465. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgIntrospection.rst +1 -0
  466. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgManipulator.rst +1 -0
  467. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgParticle.rst +1 -0
  468. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgPresentation.rst +1 -0
  469. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgProducer.rst +1 -0
  470. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgQt.rst +1 -0
  471. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgShadow.rst +1 -0
  472. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgSim.rst +1 -0
  473. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgTerrain.rst +1 -0
  474. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgText.rst +1 -0
  475. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgUtil.rst +1 -0
  476. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgViewer.rst +1 -0
  477. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgVolume.rst +1 -0
  478. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindosgWidget.rst +1 -0
  479. data/ext/zxing/cmake/share/cmake-3.16/Help/module/Findosg_functions.rst +1 -0
  480. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindwxWidgets.rst +1 -0
  481. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FindwxWindows.rst +1 -0
  482. data/ext/zxing/cmake/share/cmake-3.16/Help/module/FortranCInterface.rst +1 -0
  483. data/ext/zxing/cmake/share/cmake-3.16/Help/module/GNUInstallDirs.rst +1 -0
  484. data/ext/zxing/cmake/share/cmake-3.16/Help/module/GenerateExportHeader.rst +1 -0
  485. data/ext/zxing/cmake/share/cmake-3.16/Help/module/GetPrerequisites.rst +1 -0
  486. data/ext/zxing/cmake/share/cmake-3.16/Help/module/GoogleTest.rst +1 -0
  487. data/ext/zxing/cmake/share/cmake-3.16/Help/module/InstallRequiredSystemLibraries.rst +1 -0
  488. data/ext/zxing/cmake/share/cmake-3.16/Help/module/MacroAddFileDependencies.rst +1 -0
  489. data/ext/zxing/cmake/share/cmake-3.16/Help/module/ProcessorCount.rst +1 -0
  490. data/ext/zxing/cmake/share/cmake-3.16/Help/module/SelectLibraryConfigurations.rst +1 -0
  491. data/ext/zxing/cmake/share/cmake-3.16/Help/module/SquishTestScript.rst +1 -0
  492. data/ext/zxing/cmake/share/cmake-3.16/Help/module/TestBigEndian.rst +1 -0
  493. data/ext/zxing/cmake/share/cmake-3.16/Help/module/TestCXXAcceptsFlag.rst +1 -0
  494. data/ext/zxing/cmake/share/cmake-3.16/Help/module/TestForANSIForScope.rst +1 -0
  495. data/ext/zxing/cmake/share/cmake-3.16/Help/module/TestForANSIStreamHeaders.rst +1 -0
  496. data/ext/zxing/cmake/share/cmake-3.16/Help/module/TestForSSTREAM.rst +1 -0
  497. data/ext/zxing/cmake/share/cmake-3.16/Help/module/TestForSTDNamespace.rst +1 -0
  498. data/ext/zxing/cmake/share/cmake-3.16/Help/module/UseEcos.rst +1 -0
  499. data/ext/zxing/cmake/share/cmake-3.16/Help/module/UseJava.rst +1 -0
  500. data/ext/zxing/cmake/share/cmake-3.16/Help/module/UseJavaClassFilelist.rst +1 -0
  501. data/ext/zxing/cmake/share/cmake-3.16/Help/module/UseJavaSymlinks.rst +1 -0
  502. data/ext/zxing/cmake/share/cmake-3.16/Help/module/UsePkgConfig.rst +1 -0
  503. data/ext/zxing/cmake/share/cmake-3.16/Help/module/UseSWIG.rst +1 -0
  504. data/ext/zxing/cmake/share/cmake-3.16/Help/module/Use_wxWindows.rst +1 -0
  505. data/ext/zxing/cmake/share/cmake-3.16/Help/module/UsewxWidgets.rst +1 -0
  506. data/ext/zxing/cmake/share/cmake-3.16/Help/module/WriteBasicConfigVersionFile.rst +1 -0
  507. data/ext/zxing/cmake/share/cmake-3.16/Help/module/WriteCompilerDetectionHeader.rst +1 -0
  508. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0000.rst +34 -0
  509. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0001.rst +21 -0
  510. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0002.rst +28 -0
  511. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0003.rst +104 -0
  512. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0004.rst +26 -0
  513. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0005.rst +26 -0
  514. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0006.rst +24 -0
  515. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0007.rst +17 -0
  516. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0008.rst +35 -0
  517. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0009.rst +21 -0
  518. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0010.rst +20 -0
  519. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0011.rst +25 -0
  520. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0012.rst +28 -0
  521. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0013.rst +21 -0
  522. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0014.rst +17 -0
  523. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0015.rst +19 -0
  524. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0016.rst +16 -0
  525. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0017.rst +21 -0
  526. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0018.rst +35 -0
  527. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0019.rst +22 -0
  528. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0020.rst +27 -0
  529. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0021.rst +21 -0
  530. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0022.rst +39 -0
  531. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0023.rst +35 -0
  532. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0024.rst +25 -0
  533. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0025.rst +29 -0
  534. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0026.rst +29 -0
  535. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0027.rst +27 -0
  536. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0028.rst +25 -0
  537. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0029.rst +12 -0
  538. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0030.rst +13 -0
  539. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0031.rst +15 -0
  540. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0032.rst +15 -0
  541. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0033.rst +16 -0
  542. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0034.rst +13 -0
  543. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0035.rst +12 -0
  544. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0036.rst +14 -0
  545. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0037.rst +34 -0
  546. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0038.rst +18 -0
  547. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0039.rst +19 -0
  548. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0040.rst +21 -0
  549. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0041.rst +27 -0
  550. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0042.rst +21 -0
  551. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0043.rst +47 -0
  552. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0044.rst +21 -0
  553. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0045.rst +19 -0
  554. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0046.rst +19 -0
  555. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0047.rst +30 -0
  556. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0048.rst +24 -0
  557. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0049.rst +25 -0
  558. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0050.rst +20 -0
  559. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0051.rst +26 -0
  560. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0052.rst +27 -0
  561. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0053.rst +50 -0
  562. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0054.rst +52 -0
  563. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0055.rst +19 -0
  564. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0056.rst +34 -0
  565. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0057.rst +16 -0
  566. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0058.rst +110 -0
  567. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0059.rst +19 -0
  568. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0060.rst +65 -0
  569. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0061.rst +26 -0
  570. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0062.rst +29 -0
  571. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0063.rst +28 -0
  572. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0064.rst +17 -0
  573. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0065.rst +27 -0
  574. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0066.rst +27 -0
  575. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0067.rst +37 -0
  576. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0068.rst +35 -0
  577. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0069.rst +92 -0
  578. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0070.rst +25 -0
  579. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0071.rst +42 -0
  580. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0072.rst +26 -0
  581. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0073.rst +25 -0
  582. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0074.rst +23 -0
  583. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0075.rst +26 -0
  584. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0076.rst +26 -0
  585. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0077.rst +52 -0
  586. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0078.rst +24 -0
  587. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0079.rst +40 -0
  588. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0080.rst +25 -0
  589. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0081.rst +22 -0
  590. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0082.rst +26 -0
  591. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0083.rst +69 -0
  592. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0084.rst +26 -0
  593. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0085.rst +21 -0
  594. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0086.rst +20 -0
  595. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0087.rst +29 -0
  596. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0088.rst +29 -0
  597. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0089.rst +30 -0
  598. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0090.rst +27 -0
  599. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0091.rst +49 -0
  600. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0092.rst +38 -0
  601. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0093.rst +24 -0
  602. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0094.rst +22 -0
  603. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0095.rst +30 -0
  604. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0096.rst +25 -0
  605. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/CMP0097.rst +23 -0
  606. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/DEPRECATED.txt +4 -0
  607. data/ext/zxing/cmake/share/cmake-3.16/Help/policy/DISALLOWED_COMMAND.txt +9 -0
  608. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_cache/ADVANCED.rst +8 -0
  609. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_cache/HELPSTRING.rst +7 -0
  610. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_cache/MODIFIED.rst +7 -0
  611. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_cache/STRINGS.rst +9 -0
  612. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_cache/TYPE.rst +21 -0
  613. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_cache/VALUE.rst +7 -0
  614. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/ADDITIONAL_CLEAN_FILES.rst +21 -0
  615. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.rst +17 -0
  616. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/BINARY_DIR.rst +5 -0
  617. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/BUILDSYSTEM_TARGETS.rst +11 -0
  618. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/CACHE_VARIABLES.rst +7 -0
  619. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/CLEAN_NO_CUSTOM.rst +6 -0
  620. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/CMAKE_CONFIGURE_DEPENDS.rst +9 -0
  621. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/COMPILE_DEFINITIONS.rst +31 -0
  622. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/COMPILE_DEFINITIONS_CONFIG.rst +19 -0
  623. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/COMPILE_OPTIONS.rst +16 -0
  624. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/DEFINITIONS.rst +13 -0
  625. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/EXCLUDE_FROM_ALL.rst +13 -0
  626. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst +34 -0
  627. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/INCLUDE_DIRECTORIES.rst +32 -0
  628. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/INCLUDE_REGULAR_EXPRESSION.rst +9 -0
  629. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/INTERPROCEDURAL_OPTIMIZATION.rst +7 -0
  630. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst +8 -0
  631. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/LABELS.rst +13 -0
  632. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/LINK_DIRECTORIES.rst +17 -0
  633. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/LINK_OPTIONS.rst +17 -0
  634. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/LISTFILE_STACK.rst +10 -0
  635. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/MACROS.rst +8 -0
  636. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/PARENT_DIRECTORY.rst +8 -0
  637. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/RULE_LAUNCH_COMPILE.rst +7 -0
  638. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/RULE_LAUNCH_CUSTOM.rst +7 -0
  639. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/RULE_LAUNCH_LINK.rst +7 -0
  640. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/SOURCE_DIR.rst +5 -0
  641. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/SUBDIRECTORIES.rst +15 -0
  642. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/TESTS.rst +8 -0
  643. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/TEST_INCLUDE_FILE.rst +9 -0
  644. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/TEST_INCLUDE_FILES.rst +7 -0
  645. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/VARIABLES.rst +7 -0
  646. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst +31 -0
  647. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/VS_GLOBAL_SECTION_PRE_section.rst +22 -0
  648. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_dir/VS_STARTUP_PROJECT.rst +18 -0
  649. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.rst +21 -0
  650. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/AUTOGEN_SOURCE_GROUP.rst +15 -0
  651. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/AUTOGEN_TARGETS_FOLDER.rst +9 -0
  652. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/AUTOMOC_SOURCE_GROUP.rst +7 -0
  653. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/AUTOMOC_TARGETS_FOLDER.rst +11 -0
  654. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/AUTORCC_SOURCE_GROUP.rst +7 -0
  655. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst +318 -0
  656. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/CMAKE_C_KNOWN_FEATURES.rst +35 -0
  657. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/CMAKE_ROLE.rst +20 -0
  658. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst +13 -0
  659. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/DISABLED_FEATURES.rst +11 -0
  660. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/ECLIPSE_EXTRA_CPROJECT_CONTENTS.rst +12 -0
  661. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/ECLIPSE_EXTRA_NATURES.rst +10 -0
  662. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/ENABLED_FEATURES.rst +11 -0
  663. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/ENABLED_LANGUAGES.rst +6 -0
  664. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS.rst +12 -0
  665. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS.rst +12 -0
  666. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/FIND_LIBRARY_USE_LIBX32_PATHS.rst +12 -0
  667. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst +10 -0
  668. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst +9 -0
  669. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.rst +8 -0
  670. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/GLOBAL_DEPENDS_NO_CYCLES.rst +10 -0
  671. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/IN_TRY_COMPILE.rst +7 -0
  672. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/JOB_POOLS.rst +31 -0
  673. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/PACKAGES_FOUND.rst +7 -0
  674. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/PACKAGES_NOT_FOUND.rst +7 -0
  675. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/PREDEFINED_TARGETS_FOLDER.rst +9 -0
  676. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/REPORT_UNDEFINED_PROPERTIES.rst +8 -0
  677. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/RULE_LAUNCH_COMPILE.rst +11 -0
  678. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/RULE_LAUNCH_CUSTOM.rst +11 -0
  679. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/RULE_LAUNCH_LINK.rst +11 -0
  680. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/RULE_MESSAGES.rst +13 -0
  681. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst +7 -0
  682. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/TARGET_MESSAGES.rst +20 -0
  683. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst +9 -0
  684. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/USE_FOLDERS.rst +10 -0
  685. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_gbl/XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst +25 -0
  686. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_inst/CPACK_DESKTOP_SHORTCUTS.rst +7 -0
  687. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_inst/CPACK_NEVER_OVERWRITE.rst +6 -0
  688. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_inst/CPACK_PERMANENT.rst +6 -0
  689. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_inst/CPACK_STARTUP_SHORTCUTS.rst +7 -0
  690. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_inst/CPACK_START_MENU_SHORTCUTS.rst +7 -0
  691. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_inst/CPACK_WIX_ACL.rst +21 -0
  692. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/ABSTRACT.rst +9 -0
  693. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/AUTORCC_OPTIONS.rst +22 -0
  694. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/AUTOUIC_OPTIONS.rst +23 -0
  695. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/COMPILE_DEFINITIONS.rst +29 -0
  696. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/COMPILE_DEFINITIONS_CONFIG.rst +10 -0
  697. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/COMPILE_FLAGS.rst +19 -0
  698. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/COMPILE_OPTIONS.rst +21 -0
  699. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/EXTERNAL_OBJECT.rst +8 -0
  700. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/Fortran_FORMAT.rst +10 -0
  701. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/GENERATED.rst +23 -0
  702. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/HEADER_FILE_ONLY.rst +24 -0
  703. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/INCLUDE_DIRECTORIES.rst +18 -0
  704. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/KEEP_EXTENSION.rst +9 -0
  705. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/LABELS.rst +8 -0
  706. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/LANGUAGE.rst +11 -0
  707. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/LOCATION.rst +7 -0
  708. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst +30 -0
  709. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/OBJECT_DEPENDS.rst +21 -0
  710. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/OBJECT_OUTPUTS.rst +9 -0
  711. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/SKIP_AUTOGEN.rst +17 -0
  712. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/SKIP_AUTOMOC.rst +15 -0
  713. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/SKIP_AUTORCC.rst +15 -0
  714. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/SKIP_AUTOUIC.rst +20 -0
  715. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/SKIP_PRECOMPILE_HEADERS.rst +13 -0
  716. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/SKIP_UNITY_BUILD_INCLUSION.rst +7 -0
  717. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/SYMBOLIC.rst +8 -0
  718. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst +5 -0
  719. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/Swift_DIAGNOSTICS_FILE.rst +4 -0
  720. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_COPY_TO_OUT_DIR.rst +6 -0
  721. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_CSHARP_tagname.rst +20 -0
  722. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst +12 -0
  723. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_DEPLOYMENT_LOCATION.rst +9 -0
  724. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_INCLUDE_IN_VSIX.rst +6 -0
  725. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_RESOURCE_GENERATOR.rst +8 -0
  726. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.rst +6 -0
  727. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_ENABLE_DEBUG.rst +6 -0
  728. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_ENTRYPOINT.rst +5 -0
  729. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_FLAGS.rst +4 -0
  730. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_MODEL.rst +5 -0
  731. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_OBJECT_FILE_NAME.rst +6 -0
  732. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.rst +5 -0
  733. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_TYPE.rst +4 -0
  734. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_SHADER_VARIABLE_NAME.rst +5 -0
  735. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_TOOL_OVERRIDE.rst +5 -0
  736. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/VS_XAML_TYPE.rst +7 -0
  737. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/WRAP_EXCLUDE.rst +11 -0
  738. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/XCODE_EXPLICIT_FILE_TYPE.rst +8 -0
  739. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst +11 -0
  740. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.rst +9 -0
  741. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/ATTACHED_FILES.rst +7 -0
  742. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/ATTACHED_FILES_ON_FAIL.rst +7 -0
  743. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/COST.rst +14 -0
  744. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/DEPENDS.rst +10 -0
  745. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/DISABLED.rst +15 -0
  746. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/ENVIRONMENT.rst +9 -0
  747. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst +15 -0
  748. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/FIXTURES_CLEANUP.rst +47 -0
  749. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/FIXTURES_REQUIRED.rst +96 -0
  750. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/FIXTURES_SETUP.rst +48 -0
  751. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/LABELS.rst +6 -0
  752. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/MEASUREMENT.rst +8 -0
  753. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/PASS_REGULAR_EXPRESSION.rst +16 -0
  754. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/PROCESSES.rst +54 -0
  755. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/PROCESSORS.rst +16 -0
  756. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/PROCESSOR_AFFINITY.rst +11 -0
  757. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/REQUIRED_FILES.rst +7 -0
  758. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/RESOURCE_LOCK.rst +18 -0
  759. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/RUN_SERIAL.rst +8 -0
  760. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/SKIP_REGULAR_EXPRESSION.rst +17 -0
  761. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/SKIP_RETURN_CODE.rst +12 -0
  762. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/TIMEOUT.rst +9 -0
  763. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/TIMEOUT_AFTER_MATCH.rst +39 -0
  764. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/WILL_FAIL.rst +7 -0
  765. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_test/WORKING_DIRECTORY.rst +9 -0
  766. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ADDITIONAL_CLEAN_FILES.rst +23 -0
  767. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ALIASED_TARGET.rst +7 -0
  768. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_ANT_ADDITIONAL_OPTIONS.rst +8 -0
  769. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_API.rst +8 -0
  770. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_API_MIN.rst +7 -0
  771. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_ARCH.rst +18 -0
  772. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_ASSETS_DIRECTORIES.rst +9 -0
  773. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_GUI.rst +15 -0
  774. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_JAR_DEPENDENCIES.rst +7 -0
  775. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_JAR_DIRECTORIES.rst +14 -0
  776. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_JAVA_SOURCE_DIR.rst +8 -0
  777. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_NATIVE_LIB_DEPENDENCIES.rst +14 -0
  778. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst +16 -0
  779. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_PROCESS_MAX.rst +8 -0
  780. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_PROGUARD.rst +9 -0
  781. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_PROGUARD_CONFIG_PATH.rst +9 -0
  782. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_SECURE_PROPS_PATH.rst +8 -0
  783. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_SKIP_ANT_STEP.rst +6 -0
  784. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ANDROID_STL_TYPE.rst +27 -0
  785. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY.rst +9 -0
  786. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst +16 -0
  787. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ARCHIVE_OUTPUT_NAME.rst +8 -0
  788. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst +8 -0
  789. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOGEN_BUILD_DIR.rst +17 -0
  790. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOGEN_ORIGIN_DEPENDS.rst +38 -0
  791. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOGEN_PARALLEL.rst +21 -0
  792. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst +36 -0
  793. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOMOC.rst +247 -0
  794. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOMOC_COMPILER_PREDEFINES.rst +24 -0
  795. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOMOC_DEPEND_FILTERS.rst +104 -0
  796. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOMOC_EXECUTABLE.rst +15 -0
  797. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOMOC_MACRO_NAMES.rst +32 -0
  798. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOMOC_MOC_OPTIONS.rst +15 -0
  799. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst +32 -0
  800. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTORCC.rst +61 -0
  801. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTORCC_EXECUTABLE.rst +15 -0
  802. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTORCC_OPTIONS.rst +30 -0
  803. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOUIC.rst +82 -0
  804. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOUIC_EXECUTABLE.rst +15 -0
  805. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOUIC_OPTIONS.rst +34 -0
  806. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/AUTOUIC_SEARCH_PATHS.rst +12 -0
  807. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/BINARY_DIR.rst +6 -0
  808. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/BUILD_RPATH.rst +13 -0
  809. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/BUILD_RPATH_USE_ORIGIN.rst +24 -0
  810. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/BUILD_WITH_INSTALL_NAME_DIR.rst +13 -0
  811. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst +15 -0
  812. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/BUNDLE.rst +9 -0
  813. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/BUNDLE_EXTENSION.rst +8 -0
  814. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMMON_LANGUAGE_RUNTIME.rst +22 -0
  815. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst +20 -0
  816. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MAX.rst +18 -0
  817. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst +18 -0
  818. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst +16 -0
  819. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_DEFINITIONS.rst +25 -0
  820. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_DEFINITIONS_CONFIG.rst +16 -0
  821. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_FEATURES.rst +12 -0
  822. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_FLAGS.rst +11 -0
  823. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_OPTIONS.rst +17 -0
  824. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_PDB_NAME.rst +11 -0
  825. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_PDB_NAME_CONFIG.rst +10 -0
  826. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_PDB_NOTE.txt +5 -0
  827. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.rst +13 -0
  828. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst +16 -0
  829. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CONFIG_OUTPUT_NAME.rst +8 -0
  830. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CONFIG_POSTFIX.rst +10 -0
  831. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst +15 -0
  832. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CUDA_EXTENSIONS.rst +17 -0
  833. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CUDA_PTX_COMPILATION.rst +12 -0
  834. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CUDA_RESOLVE_DEVICE_SYMBOLS.rst +25 -0
  835. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CUDA_SEPARABLE_COMPILATION.rst +17 -0
  836. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CUDA_STANDARD.rst +32 -0
  837. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CUDA_STANDARD_REQUIRED.rst +18 -0
  838. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CXX_EXTENSIONS.rst +17 -0
  839. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CXX_STANDARD.rst +34 -0
  840. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/CXX_STANDARD_REQUIRED.rst +18 -0
  841. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/C_EXTENSIONS.rst +17 -0
  842. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/C_STANDARD.rst +34 -0
  843. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/C_STANDARD_REQUIRED.rst +18 -0
  844. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/DEBUG_POSTFIX.rst +7 -0
  845. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/DEFINE_SYMBOL.rst +11 -0
  846. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.rst +18 -0
  847. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.rst +18 -0
  848. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/DISABLE_PRECOMPILE_HEADERS.rst +8 -0
  849. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst +13 -0
  850. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/ENABLE_EXPORTS.rst +31 -0
  851. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/EXCLUDE_FROM_ALL.rst +21 -0
  852. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD.rst +8 -0
  853. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.rst +10 -0
  854. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/EXPORT_NAME.rst +8 -0
  855. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/EXPORT_PROPERTIES.rst +14 -0
  856. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/EchoString.rst +7 -0
  857. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/FOLDER.rst +13 -0
  858. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/FRAMEWORK.rst +37 -0
  859. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/FRAMEWORK_VERSION.rst +8 -0
  860. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/Fortran_FORMAT.rst +11 -0
  861. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/Fortran_MODULE_DIRECTORY.rst +17 -0
  862. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/GENERATOR_FILE_NAME.rst +9 -0
  863. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/GHS_INTEGRITY_APP.rst +10 -0
  864. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/GHS_NO_SOURCE_GROUP_FILE.rst +13 -0
  865. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/GNUtoMS.rst +17 -0
  866. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/HAS_CXX.rst +7 -0
  867. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.rst +32 -0
  868. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED.rst +8 -0
  869. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_COMMON_LANGUAGE_RUNTIME.rst +8 -0
  870. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_CONFIGURATIONS.rst +11 -0
  871. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_GLOBAL.rst +22 -0
  872. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_IMPLIB.rst +9 -0
  873. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_IMPLIB_CONFIG.rst +7 -0
  874. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LIBNAME.rst +23 -0
  875. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LIBNAME_CONFIG.rst +7 -0
  876. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES.rst +14 -0
  877. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG.rst +8 -0
  878. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES.rst +14 -0
  879. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG.rst +8 -0
  880. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.rst +16 -0
  881. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.rst +13 -0
  882. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY.rst +6 -0
  883. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG.rst +7 -0
  884. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LOCATION.rst +28 -0
  885. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_LOCATION_CONFIG.rst +7 -0
  886. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_NO_SONAME.rst +9 -0
  887. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_NO_SONAME_CONFIG.rst +7 -0
  888. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_OBJECTS.rst +11 -0
  889. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_OBJECTS_CONFIG.rst +7 -0
  890. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_SONAME.rst +8 -0
  891. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORTED_SONAME_CONFIG.rst +7 -0
  892. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORT_PREFIX.rst +9 -0
  893. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IMPORT_SUFFIX.rst +9 -0
  894. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INCLUDE_DIRECTORIES.rst +24 -0
  895. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INSTALL_NAME_DIR.rst +12 -0
  896. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst +10 -0
  897. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INSTALL_RPATH.rst +12 -0
  898. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst +10 -0
  899. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst +14 -0
  900. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_BUILD_PROPERTY.txt +16 -0
  901. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_COMPILE_DEFINITIONS.rst +9 -0
  902. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst +12 -0
  903. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_COMPILE_OPTIONS.rst +9 -0
  904. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.rst +29 -0
  905. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_LINK_DEPENDS.rst +32 -0
  906. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_LINK_DIRECTORIES.rst +9 -0
  907. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst +26 -0
  908. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_LINK_OPTIONS.rst +9 -0
  909. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.rst +22 -0
  910. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst +14 -0
  911. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_SOURCES.rst +18 -0
  912. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst +28 -0
  913. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst +13 -0
  914. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst +12 -0
  915. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/IOS_INSTALL_COMBINED.rst +11 -0
  916. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/JOB_POOL_COMPILE.rst +17 -0
  917. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/JOB_POOL_LINK.rst +16 -0
  918. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LABELS.rst +6 -0
  919. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LANG_CLANG_TIDY.rst +13 -0
  920. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst +14 -0
  921. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LANG_CPPCHECK.rst +15 -0
  922. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LANG_CPPLINT.rst +13 -0
  923. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.rst +13 -0
  924. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LANG_VISIBILITY_PRESET.rst +13 -0
  925. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LIBRARY_OUTPUT_DIRECTORY.rst +9 -0
  926. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst +17 -0
  927. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LIBRARY_OUTPUT_NAME.rst +8 -0
  928. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LIBRARY_OUTPUT_NAME_CONFIG.rst +8 -0
  929. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINKER_LANGUAGE.rst +14 -0
  930. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_DEPENDS.rst +18 -0
  931. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst +14 -0
  932. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_DIRECTORIES.rst +18 -0
  933. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_FLAGS.rst +16 -0
  934. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_FLAGS_CONFIG.rst +11 -0
  935. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst +31 -0
  936. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_INTERFACE_LIBRARIES_CONFIG.rst +20 -0
  937. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_INTERFACE_MULTIPLICITY.rst +12 -0
  938. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_INTERFACE_MULTIPLICITY_CONFIG.rst +8 -0
  939. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_LIBRARIES.rst +19 -0
  940. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_LIBRARIES_INDIRECTION.txt +10 -0
  941. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_OPTIONS.rst +24 -0
  942. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_SEARCH_END_STATIC.rst +19 -0
  943. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst +20 -0
  944. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LINK_WHAT_YOU_USE.rst +15 -0
  945. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LOCATION.rst +28 -0
  946. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/LOCATION_CONFIG.rst +20 -0
  947. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MACOSX_BUNDLE.rst +12 -0
  948. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.rst +35 -0
  949. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST.rst +27 -0
  950. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MACOSX_RPATH.rst +23 -0
  951. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MANUALLY_ADDED_DEPENDENCIES.rst +8 -0
  952. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MAP_IMPORTED_CONFIG_CONFIG.rst +70 -0
  953. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt +20 -0
  954. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/MSVC_RUNTIME_LIBRARY.rst +29 -0
  955. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/NAME.rst +6 -0
  956. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/NO_SONAME.rst +14 -0
  957. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/NO_SYSTEM_FROM_IMPORTED.rst +15 -0
  958. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/OSX_ARCHITECTURES.rst +11 -0
  959. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/OSX_ARCHITECTURES_CONFIG.rst +7 -0
  960. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/OUTPUT_NAME.rst +22 -0
  961. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/OUTPUT_NAME_CONFIG.rst +7 -0
  962. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PDB_NAME.rst +12 -0
  963. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PDB_NAME_CONFIG.rst +10 -0
  964. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PDB_NOTE.txt +9 -0
  965. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst +19 -0
  966. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst +19 -0
  967. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst +16 -0
  968. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/POST_INSTALL_SCRIPT.rst +9 -0
  969. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PRECOMPILE_HEADERS.rst +12 -0
  970. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PRECOMPILE_HEADERS_REUSE_FROM.rst +7 -0
  971. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PREFIX.rst +7 -0
  972. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PRE_INSTALL_SCRIPT.rst +9 -0
  973. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PRIVATE_HEADER.rst +11 -0
  974. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PROJECT_LABEL.rst +7 -0
  975. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/PUBLIC_HEADER.rst +11 -0
  976. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RESOURCE.rst +58 -0
  977. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RULE_LAUNCH_COMPILE.rst +7 -0
  978. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RULE_LAUNCH_CUSTOM.rst +7 -0
  979. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RULE_LAUNCH_LINK.rst +7 -0
  980. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RUNTIME_OUTPUT_DIRECTORY.rst +9 -0
  981. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst +17 -0
  982. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RUNTIME_OUTPUT_NAME.rst +8 -0
  983. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/RUNTIME_OUTPUT_NAME_CONFIG.rst +8 -0
  984. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/SKIP_BUILD_RPATH.rst +9 -0
  985. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/SOURCES.rst +6 -0
  986. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/SOURCE_DIR.rst +6 -0
  987. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/SOVERSION.rst +27 -0
  988. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/STATIC_LIBRARY_FLAGS.rst +17 -0
  989. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.rst +12 -0
  990. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/STATIC_LIBRARY_OPTIONS.rst +20 -0
  991. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/SUFFIX.rst +7 -0
  992. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/Swift_DEPENDENCIES_FILE.rst +5 -0
  993. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/Swift_LANGUAGE_VERSION.rst +6 -0
  994. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/Swift_MODULE_DIRECTORY.rst +10 -0
  995. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/Swift_MODULE_NAME.rst +5 -0
  996. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/TYPE.rst +9 -0
  997. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/UNITY_BUILD.rst +55 -0
  998. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/UNITY_BUILD_BATCH_SIZE.rst +13 -0
  999. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/UNITY_BUILD_CODE_AFTER_INCLUDE.rst +8 -0
  1000. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/UNITY_BUILD_CODE_BEFORE_INCLUDE.rst +8 -0
  1001. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VERSION.rst +29 -0
  1002. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VISIBILITY_INLINES_HIDDEN.rst +13 -0
  1003. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst +12 -0
  1004. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst +11 -0
  1005. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DEBUGGER_COMMAND_ARGUMENTS.rst +11 -0
  1006. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DEBUGGER_ENVIRONMENT.rst +11 -0
  1007. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst +11 -0
  1008. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.rst +10 -0
  1009. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst +14 -0
  1010. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DOTNET_REFERENCES.rst +7 -0
  1011. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DOTNET_REFERENCES_COPY_LOCAL.rst +7 -0
  1012. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst +12 -0
  1013. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION.rst +10 -0
  1014. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_DPI_AWARE.rst +14 -0
  1015. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst +12 -0
  1016. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_GLOBAL_PROJECT_TYPES.rst +15 -0
  1017. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_GLOBAL_ROOTNAMESPACE.rst +7 -0
  1018. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_GLOBAL_variable.rst +10 -0
  1019. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_IOT_EXTENSIONS_VERSION.rst +10 -0
  1020. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_IOT_STARTUP_TASK.rst +6 -0
  1021. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst +10 -0
  1022. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_KEYWORD.rst +10 -0
  1023. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.rst +10 -0
  1024. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_NO_SOLUTION_DEPLOY.rst +46 -0
  1025. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_PACKAGE_REFERENCES.rst +13 -0
  1026. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_PROJECT_IMPORT.rst +8 -0
  1027. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_SCC_AUXPATH.rst +7 -0
  1028. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_SCC_LOCALPATH.rst +7 -0
  1029. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_SCC_PROJECTNAME.rst +7 -0
  1030. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_SCC_PROVIDER.rst +7 -0
  1031. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_SDK_REFERENCES.rst +7 -0
  1032. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_USER_PROPS.rst +12 -0
  1033. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst +10 -0
  1034. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_WINRT_COMPONENT.rst +11 -0
  1035. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_WINRT_EXTENSIONS.rst +5 -0
  1036. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/VS_WINRT_REFERENCES.rst +7 -0
  1037. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/WIN32_EXECUTABLE.rst +13 -0
  1038. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst +26 -0
  1039. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst +16 -0
  1040. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_EXPLICIT_FILE_TYPE.rst +8 -0
  1041. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_GENERATE_SCHEME.rst +40 -0
  1042. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_PRODUCT_TYPE.rst +8 -0
  1043. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER.rst +12 -0
  1044. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst +12 -0
  1045. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_ARGUMENTS.rst +10 -0
  1046. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_DEBUG_AS_ROOT.rst +7 -0
  1047. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst +13 -0
  1048. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst +12 -0
  1049. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst +12 -0
  1050. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst +12 -0
  1051. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_ENVIRONMENT.rst +12 -0
  1052. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_EXECUTABLE.rst +9 -0
  1053. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_GUARD_MALLOC.rst +12 -0
  1054. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst +13 -0
  1055. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_MALLOC_GUARD_EDGES.rst +12 -0
  1056. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_MALLOC_SCRIBBLE.rst +12 -0
  1057. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_MALLOC_STACK.rst +12 -0
  1058. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_THREAD_SANITIZER.rst +12 -0
  1059. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_THREAD_SANITIZER_STOP.rst +12 -0
  1060. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst +12 -0
  1061. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst +13 -0
  1062. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCODE_SCHEME_ZOMBIE_OBJECTS.rst +12 -0
  1063. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XCTEST.rst +13 -0
  1064. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XXX_OUTPUT_DIRECTORY.txt +11 -0
  1065. data/ext/zxing/cmake/share/cmake-3.16/Help/prop_tgt/XXX_OUTPUT_NAME.txt +5 -0
  1066. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.0.rst +473 -0
  1067. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.1.rst +425 -0
  1068. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.10.rst +282 -0
  1069. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.11.rst +307 -0
  1070. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.12.rst +305 -0
  1071. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.13.rst +289 -0
  1072. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.14.rst +438 -0
  1073. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.15.rst +387 -0
  1074. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.16.rst +275 -0
  1075. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.2.rst +277 -0
  1076. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.3.rst +287 -0
  1077. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.4.rst +273 -0
  1078. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.5.rst +187 -0
  1079. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.6.rst +318 -0
  1080. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.7.rst +319 -0
  1081. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.8.rst +417 -0
  1082. data/ext/zxing/cmake/share/cmake-3.16/Help/release/3.9.rst +343 -0
  1083. data/ext/zxing/cmake/share/cmake-3.16/Help/release/dev.txt +16 -0
  1084. data/ext/zxing/cmake/share/cmake-3.16/Help/release/index.rst +32 -0
  1085. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/ANDROID.rst +5 -0
  1086. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/APPLE.rst +5 -0
  1087. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/BORLAND.rst +6 -0
  1088. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/BUILD_SHARED_LIBS.rst +10 -0
  1089. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CACHE.rst +18 -0
  1090. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ABSOLUTE_DESTINATION_FILES.rst +9 -0
  1091. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS.rst +5 -0
  1092. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_API.rst +11 -0
  1093. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_API_MIN.rst +5 -0
  1094. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_ARCH.rst +19 -0
  1095. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_ARCH_ABI.rst +17 -0
  1096. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_ARM_MODE.rst +7 -0
  1097. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_ARM_NEON.rst +6 -0
  1098. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_ASSETS_DIRECTORIES.rst +5 -0
  1099. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_GUI.rst +5 -0
  1100. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_JAR_DEPENDENCIES.rst +5 -0
  1101. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_JAR_DIRECTORIES.rst +5 -0
  1102. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_JAVA_SOURCE_DIR.rst +5 -0
  1103. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES.rst +5 -0
  1104. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES.rst +5 -0
  1105. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_NDK.rst +7 -0
  1106. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst +9 -0
  1107. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG.rst +6 -0
  1108. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.rst +20 -0
  1109. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_PROCESS_MAX.rst +5 -0
  1110. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_PROGUARD.rst +5 -0
  1111. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_PROGUARD_CONFIG_PATH.rst +5 -0
  1112. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_SECURE_PROPS_PATH.rst +5 -0
  1113. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_SKIP_ANT_STEP.rst +5 -0
  1114. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_STANDALONE_TOOLCHAIN.rst +6 -0
  1115. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ANDROID_STL_TYPE.rst +37 -0
  1116. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_APPBUNDLE_PATH.rst +6 -0
  1117. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AR.rst +7 -0
  1118. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY.rst +9 -0
  1119. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst +9 -0
  1120. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ARGC.rst +8 -0
  1121. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ARGV0.rst +9 -0
  1122. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst +11 -0
  1123. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOGEN_PARALLEL.rst +10 -0
  1124. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOGEN_VERBOSE.rst +13 -0
  1125. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOMOC.rst +7 -0
  1126. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst +8 -0
  1127. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOMOC_DEPEND_FILTERS.rst +12 -0
  1128. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOMOC_MACRO_NAMES.rst +20 -0
  1129. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOMOC_MOC_OPTIONS.rst +7 -0
  1130. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOMOC_PATH_PREFIX.rst +11 -0
  1131. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst +15 -0
  1132. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTORCC.rst +7 -0
  1133. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTORCC_OPTIONS.rst +16 -0
  1134. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOUIC.rst +7 -0
  1135. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOUIC_OPTIONS.rst +16 -0
  1136. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_AUTOUIC_SEARCH_PATHS.rst +11 -0
  1137. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BACKWARDS_COMPATIBILITY.rst +4 -0
  1138. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BINARY_DIR.rst +13 -0
  1139. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BUILD_RPATH.rst +10 -0
  1140. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BUILD_RPATH_USE_ORIGIN.rst +7 -0
  1141. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BUILD_TOOL.rst +6 -0
  1142. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BUILD_TYPE.rst +20 -0
  1143. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst +7 -0
  1144. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_BUILD_WITH_INSTALL_RPATH.rst +11 -0
  1145. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CACHEFILE_DIR.rst +7 -0
  1146. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst +8 -0
  1147. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CACHE_MINOR_VERSION.rst +8 -0
  1148. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CACHE_PATCH_VERSION.rst +8 -0
  1149. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CFG_INTDIR.rst +45 -0
  1150. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CL_64.rst +7 -0
  1151. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CODEBLOCKS_COMPILER_ID.rst +13 -0
  1152. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES.rst +7 -0
  1153. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CODELITE_USE_TARGETS.rst +8 -0
  1154. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COLOR_MAKEFILE.rst +7 -0
  1155. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COMMAND.rst +8 -0
  1156. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COMPILER_2005.rst +6 -0
  1157. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COMPILER_IS_GNUCC.rst +5 -0
  1158. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst +5 -0
  1159. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COMPILER_IS_GNUG77.rst +5 -0
  1160. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst +8 -0
  1161. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst +11 -0
  1162. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CONFIGURATION_TYPES.rst +10 -0
  1163. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CONFIG_POSTFIX.rst +7 -0
  1164. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CPACK_COMMAND.rst +8 -0
  1165. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CROSSCOMPILING.rst +27 -0
  1166. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst +16 -0
  1167. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CTEST_COMMAND.rst +8 -0
  1168. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CUDA_EXTENSIONS.rst +11 -0
  1169. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CUDA_HOST_COMPILER.rst +8 -0
  1170. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst +6 -0
  1171. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CUDA_SEPARABLE_COMPILATION.rst +6 -0
  1172. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CUDA_STANDARD.rst +11 -0
  1173. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CUDA_STANDARD_REQUIRED.rst +11 -0
  1174. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES.rst +7 -0
  1175. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CURRENT_BINARY_DIR.rst +15 -0
  1176. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CURRENT_LIST_DIR.rst +17 -0
  1177. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CURRENT_LIST_FILE.rst +15 -0
  1178. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CURRENT_LIST_LINE.rst +7 -0
  1179. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst +12 -0
  1180. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst +11 -0
  1181. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CXX_EXTENSIONS.rst +11 -0
  1182. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CXX_STANDARD.rst +11 -0
  1183. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_CXX_STANDARD_REQUIRED.rst +11 -0
  1184. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_C_COMPILE_FEATURES.rst +11 -0
  1185. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_C_EXTENSIONS.rst +11 -0
  1186. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_C_STANDARD.rst +11 -0
  1187. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_C_STANDARD_REQUIRED.rst +11 -0
  1188. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DEBUG_POSTFIX.rst +7 -0
  1189. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst +23 -0
  1190. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DEPENDS_IN_PROJECT_ONLY.rst +10 -0
  1191. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DIRECTORY_LABELS.rst +6 -0
  1192. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.rst +16 -0
  1193. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DISABLE_PRECOMPILE_HEADERS.rst +6 -0
  1194. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DL_LIBS.rst +7 -0
  1195. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION.rst +16 -0
  1196. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES.rst +10 -0
  1197. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst +11 -0
  1198. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst +9 -0
  1199. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.rst +6 -0
  1200. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ECLIPSE_VERSION.rst +10 -0
  1201. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EDIT_COMMAND.rst +8 -0
  1202. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ENABLE_EXPORTS.rst +8 -0
  1203. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ERROR_DEPRECATED.rst +7 -0
  1204. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst +10 -0
  1205. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXECUTABLE_SUFFIX.rst +9 -0
  1206. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXECUTE_PROCESS_COMMAND_ECHO.rst +6 -0
  1207. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXE_LINKER_FLAGS.rst +6 -0
  1208. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG.rst +7 -0
  1209. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.rst +10 -0
  1210. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXE_LINKER_FLAGS_INIT.rst +11 -0
  1211. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst +30 -0
  1212. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY.rst +16 -0
  1213. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXPORT_PACKAGE_REGISTRY.rst +15 -0
  1214. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXTRA_GENERATOR.rst +10 -0
  1215. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.rst +9 -0
  1216. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_APPBUNDLE.rst +22 -0
  1217. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_FRAMEWORK.rst +22 -0
  1218. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst +12 -0
  1219. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_LIBRARY_PREFIXES.rst +9 -0
  1220. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst +9 -0
  1221. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst +19 -0
  1222. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_NAME.rst +6 -0
  1223. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY.rst +24 -0
  1224. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY.rst +13 -0
  1225. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_PREFER_CONFIG.rst +27 -0
  1226. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS.rst +10 -0
  1227. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst +16 -0
  1228. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.rst +36 -0
  1229. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_PACKAGE_WARN_NO_MODULE.rst +22 -0
  1230. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_ROOT_PATH.rst +8 -0
  1231. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.rst +6 -0
  1232. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.rst +6 -0
  1233. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_PACKAGE.rst +6 -0
  1234. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.rst +6 -0
  1235. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_ROOT_PATH_MODE_XXX.txt +8 -0
  1236. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH.rst +18 -0
  1237. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_USE_CMAKE_PATH.rst +18 -0
  1238. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_USE_CMAKE_SYSTEM_PATH.rst +18 -0
  1239. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_USE_PACKAGE_REGISTRY.rst +29 -0
  1240. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_USE_PACKAGE_ROOT_PATH.rst +18 -0
  1241. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH.rst +18 -0
  1242. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FOLDER.rst +7 -0
  1243. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FRAMEWORK.rst +7 -0
  1244. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_FRAMEWORK_PATH.rst +7 -0
  1245. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Fortran_FORMAT.rst +7 -0
  1246. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Fortran_MODDIR_DEFAULT.rst +8 -0
  1247. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Fortran_MODDIR_FLAG.rst +7 -0
  1248. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Fortran_MODOUT_FLAG.rst +7 -0
  1249. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Fortran_MODULE_DIRECTORY.rst +8 -0
  1250. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GENERATOR.rst +12 -0
  1251. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GENERATOR_INSTANCE.rst +25 -0
  1252. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GENERATOR_PLATFORM.rst +31 -0
  1253. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GENERATOR_TOOLSET.rst +60 -0
  1254. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GHS_NO_SOURCE_GROUP_FILE.rst +6 -0
  1255. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst +26 -0
  1256. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET_NAME.rst +13 -0
  1257. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GLOBAL_AUTORCC_TARGET.rst +18 -0
  1258. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GLOBAL_AUTORCC_TARGET_NAME.rst +13 -0
  1259. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_GNUtoMS.rst +8 -0
  1260. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOME_DIRECTORY.rst +9 -0
  1261. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_APPLE.rst +6 -0
  1262. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_SOLARIS.rst +6 -0
  1263. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_SYSTEM.rst +10 -0
  1264. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst +8 -0
  1265. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_SYSTEM_PROCESSOR.rst +8 -0
  1266. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_SYSTEM_VERSION.rst +8 -0
  1267. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_UNIX.rst +7 -0
  1268. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_HOST_WIN32.rst +6 -0
  1269. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_IGNORE_PATH.rst +18 -0
  1270. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_IMPORT_LIBRARY_PREFIX.rst +9 -0
  1271. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.rst +9 -0
  1272. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst +13 -0
  1273. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.rst +12 -0
  1274. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst +9 -0
  1275. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.rst +8 -0
  1276. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INCLUDE_PATH.rst +7 -0
  1277. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.rst +9 -0
  1278. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst +29 -0
  1279. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_MESSAGE.rst +30 -0
  1280. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_NAME_DIR.rst +8 -0
  1281. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_PREFIX.rst +23 -0
  1282. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.rst +14 -0
  1283. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst +9 -0
  1284. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_RPATH.rst +8 -0
  1285. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst +9 -0
  1286. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INTERNAL_PLATFORM_ABI.rst +6 -0
  1287. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION.rst +8 -0
  1288. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst +8 -0
  1289. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst +8 -0
  1290. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_JOB_POOLS.rst +6 -0
  1291. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_JOB_POOL_COMPILE.rst +6 -0
  1292. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_JOB_POOL_LINK.rst +6 -0
  1293. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.rst +9 -0
  1294. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst +12 -0
  1295. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.rst +8 -0
  1296. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_ARCHIVE_APPEND.rst +10 -0
  1297. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_ARCHIVE_CREATE.rst +10 -0
  1298. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_ARCHIVE_FINISH.rst +10 -0
  1299. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_CLANG_TIDY.rst +13 -0
  1300. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER.rst +7 -0
  1301. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_ABI.rst +6 -0
  1302. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_AR.rst +7 -0
  1303. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_ARCHITECTURE_ID.rst +8 -0
  1304. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst +13 -0
  1305. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_ID.rst +41 -0
  1306. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_LAUNCHER.rst +7 -0
  1307. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_LOADED.rst +7 -0
  1308. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst +8 -0
  1309. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_RANLIB.rst +7 -0
  1310. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_TARGET.rst +11 -0
  1311. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_VERSION.rst +12 -0
  1312. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.rst +8 -0
  1313. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_COMPILE_OBJECT.rst +7 -0
  1314. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_CPPCHECK.rst +6 -0
  1315. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_CPPLINT.rst +6 -0
  1316. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_CREATE_SHARED_LIBRARY.rst +8 -0
  1317. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_CREATE_SHARED_MODULE.rst +8 -0
  1318. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_CREATE_STATIC_LIBRARY.rst +7 -0
  1319. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS.rst +17 -0
  1320. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_CONFIG.rst +4 -0
  1321. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_CONFIG_INIT.rst +10 -0
  1322. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_DEBUG.rst +5 -0
  1323. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_DEBUG_INIT.rst +5 -0
  1324. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_INIT.rst +11 -0
  1325. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_MINSIZEREL.rst +5 -0
  1326. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_MINSIZEREL_INIT.rst +5 -0
  1327. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_RELEASE.rst +5 -0
  1328. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_RELEASE_INIT.rst +5 -0
  1329. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO.rst +5 -0
  1330. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.rst +5 -0
  1331. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_IGNORE_EXTENSIONS.rst +7 -0
  1332. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.rst +14 -0
  1333. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.rst +20 -0
  1334. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES.rst +8 -0
  1335. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.rst +10 -0
  1336. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE.rst +6 -0
  1337. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LIBRARY_ARCHITECTURE.rst +8 -0
  1338. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst +11 -0
  1339. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst +9 -0
  1340. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG.rst +39 -0
  1341. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.rst +9 -0
  1342. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINK_EXECUTABLE.rst +6 -0
  1343. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINK_LIBRARY_FILE_FLAG.rst +8 -0
  1344. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINK_LIBRARY_FLAG.rst +7 -0
  1345. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_LINK_LIBRARY_SUFFIX.rst +6 -0
  1346. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_OUTPUT_EXTENSION.rst +7 -0
  1347. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_PLATFORM_ID.rst +6 -0
  1348. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_SIMULATE_ID.rst +9 -0
  1349. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_SIMULATE_VERSION.rst +9 -0
  1350. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_SIZEOF_DATA_PTR.rst +7 -0
  1351. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_SOURCE_FILE_EXTENSIONS.rst +6 -0
  1352. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst +14 -0
  1353. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_STANDARD_LIBRARIES.rst +12 -0
  1354. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LANG_VISIBILITY_PRESET.rst +5 -0
  1355. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LIBRARY_ARCHITECTURE.rst +7 -0
  1356. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst +7 -0
  1357. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst +9 -0
  1358. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst +9 -0
  1359. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LIBRARY_PATH.rst +7 -0
  1360. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LIBRARY_PATH_FLAG.rst +7 -0
  1361. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_DEF_FILE_FLAG.rst +7 -0
  1362. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_DEPENDS_NO_SHARED.rst +8 -0
  1363. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst +9 -0
  1364. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_INTERFACE_LIBRARIES.rst +8 -0
  1365. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_LIBRARY_FILE_FLAG.rst +7 -0
  1366. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_LIBRARY_FLAG.rst +7 -0
  1367. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_LIBRARY_SUFFIX.rst +6 -0
  1368. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst +19 -0
  1369. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst +20 -0
  1370. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_LINK_WHAT_YOU_USE.rst +6 -0
  1371. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MACOSX_BUNDLE.rst +10 -0
  1372. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MACOSX_RPATH.rst +7 -0
  1373. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MAJOR_VERSION.rst +5 -0
  1374. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MAKE_PROGRAM.rst +64 -0
  1375. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MAP_IMPORTED_CONFIG_CONFIG.rst +8 -0
  1376. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MATCH_COUNT.rst +9 -0
  1377. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MATCH_n.rst +10 -0
  1378. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MAXIMUM_RECURSION_DEPTH.rst +33 -0
  1379. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MESSAGE_INDENT.rst +32 -0
  1380. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MFC_FLAG.rst +17 -0
  1381. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MINIMUM_REQUIRED_VERSION.rst +5 -0
  1382. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MINOR_VERSION.rst +5 -0
  1383. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MODULE_LINKER_FLAGS.rst +6 -0
  1384. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG.rst +6 -0
  1385. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.rst +10 -0
  1386. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MODULE_LINKER_FLAGS_INIT.rst +11 -0
  1387. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MODULE_PATH.rst +7 -0
  1388. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst +10 -0
  1389. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_MSVC_RUNTIME_LIBRARY.rst +32 -0
  1390. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_NETRC.rst +9 -0
  1391. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_NETRC_FILE.rst +9 -0
  1392. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_NINJA_OUTPUT_PATH_PREFIX.rst +27 -0
  1393. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_NOT_USING_CONFIG_FLAGS.rst +7 -0
  1394. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_NO_BUILTIN_CHRPATH.rst +10 -0
  1395. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_NO_SYSTEM_FROM_IMPORTED.rst +8 -0
  1396. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_OBJECT_PATH_MAX.rst +16 -0
  1397. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_OSX_ARCHITECTURES.rst +10 -0
  1398. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_OSX_DEPLOYMENT_TARGET.rst +15 -0
  1399. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_OSX_SYSROOT.rst +13 -0
  1400. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_OSX_VARIABLE.txt +11 -0
  1401. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PARENT_LIST_FILE.rst +9 -0
  1402. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PATCH_VERSION.rst +5 -0
  1403. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY.rst +9 -0
  1404. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.rst +11 -0
  1405. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_POLICY_DEFAULT_CMPNNNN.rst +17 -0
  1406. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst +31 -0
  1407. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst +9 -0
  1408. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PREFIX_PATH.rst +15 -0
  1409. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROGRAM_PATH.rst +7 -0
  1410. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst +35 -0
  1411. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_HOMEPAGE_URL.rst +35 -0
  1412. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_INCLUDE.rst +9 -0
  1413. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst +9 -0
  1414. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_NAME.rst +35 -0
  1415. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE.rst +10 -0
  1416. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_VERSION.rst +35 -0
  1417. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_VERSION_MAJOR.rst +9 -0
  1418. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_VERSION_MINOR.rst +9 -0
  1419. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_VERSION_PATCH.rst +9 -0
  1420. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_PROJECT_VERSION_TWEAK.rst +9 -0
  1421. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_RANLIB.rst +7 -0
  1422. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_ROOT.rst +8 -0
  1423. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_RULE_MESSAGES.rst +8 -0
  1424. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY.rst +9 -0
  1425. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst +9 -0
  1426. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SCRIPT_MODE_FILE.rst +9 -0
  1427. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_LIBRARY_PREFIX.rst +8 -0
  1428. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_LIBRARY_SUFFIX.rst +9 -0
  1429. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_LINKER_FLAGS.rst +6 -0
  1430. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG.rst +7 -0
  1431. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.rst +10 -0
  1432. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_LINKER_FLAGS_INIT.rst +11 -0
  1433. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_MODULE_PREFIX.rst +8 -0
  1434. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SHARED_MODULE_SUFFIX.rst +9 -0
  1435. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SIZEOF_VOID_P.rst +8 -0
  1436. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SKIP_BUILD_RPATH.rst +10 -0
  1437. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst +11 -0
  1438. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SKIP_INSTALL_RPATH.rst +14 -0
  1439. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst +8 -0
  1440. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SKIP_RPATH.rst +10 -0
  1441. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SOURCE_DIR.rst +13 -0
  1442. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_STAGING_PREFIX.rst +14 -0
  1443. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_STATIC_LIBRARY_PREFIX.rst +8 -0
  1444. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_STATIC_LIBRARY_SUFFIX.rst +9 -0
  1445. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_STATIC_LINKER_FLAGS.rst +6 -0
  1446. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG.rst +7 -0
  1447. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.rst +10 -0
  1448. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_STATIC_LINKER_FLAGS_INIT.rst +11 -0
  1449. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS.rst +25 -0
  1450. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE.rst +7 -0
  1451. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SUPPRESS_REGENERATION.rst +11 -0
  1452. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSROOT.rst +15 -0
  1453. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSROOT_COMPILE.rst +9 -0
  1454. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSROOT_LINK.rst +9 -0
  1455. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM.rst +10 -0
  1456. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_APPBUNDLE_PATH.rst +7 -0
  1457. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_FRAMEWORK_PATH.rst +8 -0
  1458. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_IGNORE_PATH.rst +18 -0
  1459. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_INCLUDE_PATH.rst +8 -0
  1460. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst +8 -0
  1461. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_NAME.rst +23 -0
  1462. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_PREFIX_PATH.rst +21 -0
  1463. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_PROCESSOR.rst +8 -0
  1464. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_PROGRAM_PATH.rst +8 -0
  1465. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_SYSTEM_VERSION.rst +28 -0
  1466. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst +9 -0
  1467. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Swift_MODULE_DIRECTORY.rst +8 -0
  1468. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_Swift_NUM_THREADS.rst +8 -0
  1469. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_TOOLCHAIN_FILE.rst +9 -0
  1470. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_TRY_COMPILE_CONFIGURATION.rst +10 -0
  1471. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.rst +26 -0
  1472. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_TRY_COMPILE_TARGET_TYPE.rst +15 -0
  1473. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_TWEAK_VERSION.rst +11 -0
  1474. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_UNITY_BUILD.rst +6 -0
  1475. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_UNITY_BUILD_BATCH_SIZE.rst +6 -0
  1476. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst +25 -0
  1477. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.rst +8 -0
  1478. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst +5 -0
  1479. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst +9 -0
  1480. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VERSION.rst +51 -0
  1481. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VISIBILITY_INLINES_HIDDEN.rst +5 -0
  1482. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_DEVENV_COMMAND.rst +14 -0
  1483. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_GLOBALS.rst +21 -0
  1484. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst +8 -0
  1485. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst +8 -0
  1486. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.rst +7 -0
  1487. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.rst +8 -0
  1488. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_MSBUILD_COMMAND.rst +13 -0
  1489. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_NsightTegra_VERSION.rst +7 -0
  1490. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_PLATFORM_NAME.rst +10 -0
  1491. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_PLATFORM_NAME_DEFAULT.rst +9 -0
  1492. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_PLATFORM_TOOLSET.rst +12 -0
  1493. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst +14 -0
  1494. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR.rst +16 -0
  1495. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.rst +10 -0
  1496. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_PLATFORM_TOOLSET_VERSION.rst +11 -0
  1497. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_SDK_EXCLUDE_DIRECTORIES.rst +4 -0
  1498. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES.rst +4 -0
  1499. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_SDK_INCLUDE_DIRECTORIES.rst +4 -0
  1500. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_SDK_LIBRARY_DIRECTORIES.rst +4 -0
  1501. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES.rst +5 -0
  1502. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_SDK_REFERENCE_DIRECTORIES.rst +4 -0
  1503. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_SDK_SOURCE_DIRECTORIES.rst +4 -0
  1504. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst +17 -0
  1505. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_VS_WINRT_BY_DEFAULT.rst +8 -0
  1506. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_WARN_DEPRECATED.rst +10 -0
  1507. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst +9 -0
  1508. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_WIN32_EXECUTABLE.rst +7 -0
  1509. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst +6 -0
  1510. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst +16 -0
  1511. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_GENERATE_SCHEME.rst +10 -0
  1512. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY.rst +9 -0
  1513. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_PLATFORM_TOOLSET.rst +9 -0
  1514. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER.rst +12 -0
  1515. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst +12 -0
  1516. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.rst +13 -0
  1517. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.rst +12 -0
  1518. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.rst +12 -0
  1519. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.rst +12 -0
  1520. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_GUARD_MALLOC.rst +12 -0
  1521. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.rst +13 -0
  1522. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES.rst +12 -0
  1523. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE.rst +12 -0
  1524. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_MALLOC_STACK.rst +12 -0
  1525. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER.rst +12 -0
  1526. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP.rst +12 -0
  1527. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.rst +12 -0
  1528. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst +13 -0
  1529. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS.rst +12 -0
  1530. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_ABSOLUTE_DESTINATION_FILES.rst +10 -0
  1531. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY.rst +8 -0
  1532. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst +11 -0
  1533. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_INCLUDE_TOPLEVEL_DIRECTORY.rst +20 -0
  1534. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.rst +11 -0
  1535. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_PACKAGING_INSTALL_PREFIX.rst +15 -0
  1536. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_SET_DESTDIR.rst +31 -0
  1537. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.rst +9 -0
  1538. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_BINARY_DIRECTORY.rst +5 -0
  1539. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_BUILD_COMMAND.rst +5 -0
  1540. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_BUILD_NAME.rst +5 -0
  1541. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_BZR_COMMAND.rst +5 -0
  1542. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_BZR_UPDATE_OPTIONS.rst +5 -0
  1543. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CHANGE_ID.rst +9 -0
  1544. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CHECKOUT_COMMAND.rst +5 -0
  1545. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CONFIGURATION_TYPE.rst +5 -0
  1546. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CONFIGURE_COMMAND.rst +5 -0
  1547. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_COVERAGE_COMMAND.rst +60 -0
  1548. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_COVERAGE_EXTRA_FLAGS.rst +5 -0
  1549. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CURL_OPTIONS.rst +5 -0
  1550. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.rst +7 -0
  1551. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_ERROR_EXCEPTION.rst +7 -0
  1552. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_ERROR_MATCH.rst +7 -0
  1553. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_ERROR_POST_CONTEXT.rst +7 -0
  1554. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_ERROR_PRE_CONTEXT.rst +7 -0
  1555. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE.rst +8 -0
  1556. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS.rst +8 -0
  1557. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS.rst +8 -0
  1558. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE.rst +8 -0
  1559. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_MEMCHECK_IGNORE.rst +7 -0
  1560. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_POST_MEMCHECK.rst +6 -0
  1561. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_POST_TEST.rst +6 -0
  1562. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_PRE_MEMCHECK.rst +7 -0
  1563. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_PRE_TEST.rst +6 -0
  1564. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_TESTS_IGNORE.rst +7 -0
  1565. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst +7 -0
  1566. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_WARNING_MATCH.rst +7 -0
  1567. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CUSTOM_XXX.txt +2 -0
  1568. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CVS_CHECKOUT.rst +4 -0
  1569. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CVS_COMMAND.rst +5 -0
  1570. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_CVS_UPDATE_OPTIONS.rst +5 -0
  1571. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_DROP_LOCATION.rst +5 -0
  1572. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_DROP_METHOD.rst +5 -0
  1573. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_DROP_SITE.rst +5 -0
  1574. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_DROP_SITE_CDASH.rst +5 -0
  1575. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_DROP_SITE_PASSWORD.rst +5 -0
  1576. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_DROP_SITE_USER.rst +5 -0
  1577. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_EXTRA_COVERAGE_GLOB.rst +7 -0
  1578. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_GIT_COMMAND.rst +5 -0
  1579. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_GIT_INIT_SUBMODULES.rst +5 -0
  1580. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_GIT_UPDATE_CUSTOM.rst +5 -0
  1581. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_GIT_UPDATE_OPTIONS.rst +5 -0
  1582. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_HG_COMMAND.rst +5 -0
  1583. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_HG_UPDATE_OPTIONS.rst +5 -0
  1584. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_LABELS_FOR_SUBPROJECTS.rst +5 -0
  1585. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_MEMORYCHECK_COMMAND.rst +5 -0
  1586. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_MEMORYCHECK_COMMAND_OPTIONS.rst +5 -0
  1587. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_MEMORYCHECK_SANITIZER_OPTIONS.rst +5 -0
  1588. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_MEMORYCHECK_SUPPRESSIONS_FILE.rst +5 -0
  1589. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_MEMORYCHECK_TYPE.rst +8 -0
  1590. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_NIGHTLY_START_TIME.rst +5 -0
  1591. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_P4_CLIENT.rst +5 -0
  1592. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_P4_COMMAND.rst +5 -0
  1593. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_P4_OPTIONS.rst +5 -0
  1594. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_P4_UPDATE_OPTIONS.rst +5 -0
  1595. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst +5 -0
  1596. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_SCP_COMMAND.rst +4 -0
  1597. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_SITE.rst +5 -0
  1598. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_SOURCE_DIRECTORY.rst +5 -0
  1599. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_SUBMIT_URL.rst +5 -0
  1600. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_SVN_COMMAND.rst +5 -0
  1601. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_SVN_OPTIONS.rst +5 -0
  1602. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_SVN_UPDATE_OPTIONS.rst +5 -0
  1603. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_TEST_LOAD.rst +7 -0
  1604. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_TEST_TIMEOUT.rst +5 -0
  1605. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_TRIGGER_SITE.rst +4 -0
  1606. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_UPDATE_COMMAND.rst +5 -0
  1607. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_UPDATE_OPTIONS.rst +5 -0
  1608. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_UPDATE_VERSION_ONLY.rst +5 -0
  1609. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_UPDATE_VERSION_OVERRIDE.rst +5 -0
  1610. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CTEST_USE_LAUNCHERS.rst +5 -0
  1611. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/CYGWIN.rst +6 -0
  1612. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/ENV.rst +12 -0
  1613. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/EXECUTABLE_OUTPUT_PATH.rst +8 -0
  1614. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/GHS-MULTI.rst +4 -0
  1615. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/IOS.rst +4 -0
  1616. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/LIBRARY_OUTPUT_PATH.rst +9 -0
  1617. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MINGW.rst +6 -0
  1618. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC.rst +8 -0
  1619. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC10.rst +7 -0
  1620. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC11.rst +7 -0
  1621. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC12.rst +7 -0
  1622. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC14.rst +7 -0
  1623. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC60.rst +8 -0
  1624. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC70.rst +8 -0
  1625. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC71.rst +8 -0
  1626. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC80.rst +7 -0
  1627. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC90.rst +7 -0
  1628. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC_IDE.rst +7 -0
  1629. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC_TOOLSET_VERSION.rst +22 -0
  1630. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSVC_VERSION.rst +24 -0
  1631. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/MSYS.rst +4 -0
  1632. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_BINARY_DIR.rst +8 -0
  1633. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_DESCRIPTION.rst +5 -0
  1634. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_HOMEPAGE_URL.rst +5 -0
  1635. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_SOURCE_DIR.rst +8 -0
  1636. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_VERSION.rst +11 -0
  1637. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_VERSION_MAJOR.rst +5 -0
  1638. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_VERSION_MINOR.rst +5 -0
  1639. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_VERSION_PATCH.rst +5 -0
  1640. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT-NAME_VERSION_TWEAK.rst +5 -0
  1641. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_BINARY_DIR.rst +6 -0
  1642. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_DESCRIPTION.rst +9 -0
  1643. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_HOMEPAGE_URL.rst +9 -0
  1644. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_NAME.rst +8 -0
  1645. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_SOURCE_DIR.rst +6 -0
  1646. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_VERSION.rst +11 -0
  1647. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_VERSION_MAJOR.rst +5 -0
  1648. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_VERSION_MINOR.rst +5 -0
  1649. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_VERSION_PATCH.rst +5 -0
  1650. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PROJECT_VERSION_TWEAK.rst +5 -0
  1651. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/PackageName_ROOT.rst +14 -0
  1652. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/UNIX.rst +7 -0
  1653. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/WIN32.rst +4 -0
  1654. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/WINCE.rst +5 -0
  1655. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/WINDOWS_PHONE.rst +5 -0
  1656. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/WINDOWS_STORE.rst +5 -0
  1657. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/XCODE.rst +4 -0
  1658. data/ext/zxing/cmake/share/cmake-3.16/Help/variable/XCODE_VERSION.rst +7 -0
  1659. data/ext/zxing/cmake/share/cmake-3.16/Licenses/LGPLv3.txt +165 -0
  1660. data/ext/zxing/cmake/share/cmake-3.16/Modules/AddFileDependencies.cmake +28 -0
  1661. data/ext/zxing/cmake/share/cmake-3.16/Modules/AndroidTestUtilities.cmake +164 -0
  1662. data/ext/zxing/cmake/share/cmake-3.16/Modules/AndroidTestUtilities/PushToAndroidDevice.cmake +176 -0
  1663. data/ext/zxing/cmake/share/cmake-3.16/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in +37 -0
  1664. data/ext/zxing/cmake/share/cmake-3.16/Modules/BasicConfigVersion-ExactVersion.cmake.in +52 -0
  1665. data/ext/zxing/cmake/share/cmake-3.16/Modules/BasicConfigVersion-SameMajorVersion.cmake.in +51 -0
  1666. data/ext/zxing/cmake/share/cmake-3.16/Modules/BasicConfigVersion-SameMinorVersion.cmake.in +55 -0
  1667. data/ext/zxing/cmake/share/cmake-3.16/Modules/BundleUtilities.cmake +1123 -0
  1668. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMake.cmake +7 -0
  1669. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeASM-ATTInformation.cmake +15 -0
  1670. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeASMCompiler.cmake.in +18 -0
  1671. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeASMInformation.cmake +110 -0
  1672. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeASM_MASMInformation.cmake +14 -0
  1673. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeASM_NASMInformation.cmake +38 -0
  1674. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeAddFortranSubdirectory.cmake +203 -0
  1675. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeAddFortranSubdirectory/build_mingw.cmake.in +2 -0
  1676. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeAddFortranSubdirectory/config_mingw.cmake.in +9 -0
  1677. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeAddNewLanguage.txt +31 -0
  1678. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeBackwardCompatibilityC.cmake +76 -0
  1679. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeBackwardCompatibilityCXX.cmake +49 -0
  1680. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeBorlandFindMake.cmake +7 -0
  1681. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeBuildSettings.cmake.in +13 -0
  1682. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCCompiler.cmake.in +76 -0
  1683. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCCompilerABI.c +25 -0
  1684. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCCompilerId.c.in +87 -0
  1685. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCInformation.cmake +190 -0
  1686. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCSharpCompiler.cmake.in +10 -0
  1687. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCSharpCompilerId.cs.in +63 -0
  1688. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCSharpInformation.cmake +67 -0
  1689. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCUDACompiler.cmake.in +32 -0
  1690. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCUDACompilerABI.cu +16 -0
  1691. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCUDACompilerId.cu.in +52 -0
  1692. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCUDAInformation.cmake +208 -0
  1693. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCXXCompiler.cmake.in +88 -0
  1694. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp +16 -0
  1695. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCXXCompilerId.cpp.in +75 -0
  1696. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCXXInformation.cmake +277 -0
  1697. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake +35 -0
  1698. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCommonLanguageInclude.cmake +23 -0
  1699. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCompilerABI.h +33 -0
  1700. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeCompilerIdDetection.cmake +152 -0
  1701. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeConfigurableFile.in +1 -0
  1702. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDependentOption.cmake +51 -0
  1703. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineASM-ATTCompiler.cmake +10 -0
  1704. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineASMCompiler.cmake +235 -0
  1705. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineASM_MASMCompiler.cmake +18 -0
  1706. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineASM_NASMCompiler.cmake +30 -0
  1707. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCCompiler.cmake +216 -0
  1708. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCSharpCompiler.cmake +42 -0
  1709. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCUDACompiler.cmake +225 -0
  1710. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCXXCompiler.cmake +215 -0
  1711. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCompileFeatures.cmake +96 -0
  1712. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCompiler.cmake +120 -0
  1713. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCompilerABI.cmake +174 -0
  1714. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineCompilerId.cmake +909 -0
  1715. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineFortranCompiler.cmake +290 -0
  1716. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineJavaCompiler.cmake +94 -0
  1717. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineOBJCCompiler.cmake +189 -0
  1718. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineOBJCXXCompiler.cmake +197 -0
  1719. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineRCCompiler.cmake +57 -0
  1720. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineSwiftCompiler.cmake +78 -0
  1721. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineSystem.cmake +189 -0
  1722. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeDetermineVSServicePack.cmake +174 -0
  1723. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeExpandImportedTargets.cmake +148 -0
  1724. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeExportBuildSettings.cmake +26 -0
  1725. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake +114 -0
  1726. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindBinUtils.cmake +203 -0
  1727. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindCodeBlocks.cmake +33 -0
  1728. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindDependencyMacro.cmake +63 -0
  1729. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindEclipseCDT4.cmake +89 -0
  1730. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindFrameworks.cmake +33 -0
  1731. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindJavaCommon.cmake +31 -0
  1732. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindKate.cmake +21 -0
  1733. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindPackageMode.cmake +204 -0
  1734. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindSublimeText2.cmake +23 -0
  1735. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindWMake.cmake +7 -0
  1736. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFindXCode.cmake +6 -0
  1737. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeForceCompiler.cmake +114 -0
  1738. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFortranCompiler.cmake.in +67 -0
  1739. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFortranCompilerABI.F +40 -0
  1740. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFortranCompilerId.F.in +200 -0
  1741. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeFortranInformation.cmake +217 -0
  1742. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeGenericSystem.cmake +187 -0
  1743. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeGraphVizOptions.cmake +123 -0
  1744. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeIOSInstallCombined.cmake +312 -0
  1745. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeImportBuildSettings.cmake +13 -0
  1746. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeInitializeConfigs.cmake +39 -0
  1747. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeJOMFindMake.cmake +7 -0
  1748. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeJavaCompiler.cmake.in +13 -0
  1749. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeJavaInformation.cmake +49 -0
  1750. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeLanguageInformation.cmake +27 -0
  1751. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeMSYSFindMake.cmake +10 -0
  1752. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeMinGWFindMake.cmake +16 -0
  1753. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeNMakeFindMake.cmake +7 -0
  1754. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeNinjaFindMake.cmake +8 -0
  1755. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCCompiler.cmake.in +69 -0
  1756. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCCompilerABI.m +20 -0
  1757. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCCompilerId.m.in +63 -0
  1758. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCInformation.cmake +188 -0
  1759. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCXXCompiler.cmake.in +79 -0
  1760. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCXXCompilerABI.mm +20 -0
  1761. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCXXCompilerId.mm.in +68 -0
  1762. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeOBJCXXInformation.cmake +273 -0
  1763. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakePackageConfigHelpers.cmake +332 -0
  1764. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeParseArguments.cmake +12 -0
  1765. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeParseImplicitIncludeInfo.cmake +247 -0
  1766. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeParseImplicitLinkInfo.cmake +204 -0
  1767. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakePlatformId.h.in +280 -0
  1768. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakePrintHelpers.cmake +147 -0
  1769. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakePrintSystemInformation.cmake +41 -0
  1770. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakePushCheckState.cmake +91 -0
  1771. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeRCCompiler.cmake.in +6 -0
  1772. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeRCInformation.cmake +50 -0
  1773. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeSwiftCompiler.cmake.in +14 -0
  1774. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeSwiftInformation.cmake +93 -0
  1775. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeSystem.cmake.in +15 -0
  1776. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeSystemSpecificInformation.cmake +58 -0
  1777. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeSystemSpecificInitialize.cmake +23 -0
  1778. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestASM-ATTCompiler.cmake +13 -0
  1779. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestASMCompiler.cmake +25 -0
  1780. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestASM_MASMCompiler.cmake +13 -0
  1781. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestASM_NASMCompiler.cmake +13 -0
  1782. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestCCompiler.cmake +97 -0
  1783. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestCSharpCompiler.cmake +65 -0
  1784. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestCUDACompiler.cmake +77 -0
  1785. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestCXXCompiler.cmake +90 -0
  1786. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestCompilerCommon.cmake +27 -0
  1787. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestFortranCompiler.cmake +102 -0
  1788. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestGNU.c +9 -0
  1789. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestJavaCompiler.cmake +10 -0
  1790. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestOBJCCompiler.cmake +94 -0
  1791. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestOBJCXXCompiler.cmake +93 -0
  1792. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestRCCompiler.cmake +13 -0
  1793. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeTestSwiftCompiler.cmake +59 -0
  1794. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeUnixFindMake.cmake +16 -0
  1795. data/ext/zxing/cmake/share/cmake-3.16/Modules/CMakeVerifyManifest.cmake +110 -0
  1796. data/ext/zxing/cmake/share/cmake-3.16/Modules/CPack.cmake +783 -0
  1797. data/ext/zxing/cmake/share/cmake-3.16/Modules/CPackComponent.cmake +541 -0
  1798. data/ext/zxing/cmake/share/cmake-3.16/Modules/CPackIFW.cmake +740 -0
  1799. data/ext/zxing/cmake/share/cmake-3.16/Modules/CPackIFWConfigureFile.cmake +66 -0
  1800. data/ext/zxing/cmake/share/cmake-3.16/Modules/CSharpUtilities.cmake +311 -0
  1801. data/ext/zxing/cmake/share/cmake-3.16/Modules/CTest.cmake +273 -0
  1802. data/ext/zxing/cmake/share/cmake-3.16/Modules/CTestCoverageCollectGCOV.cmake +285 -0
  1803. data/ext/zxing/cmake/share/cmake-3.16/Modules/CTestScriptMode.cmake +20 -0
  1804. data/ext/zxing/cmake/share/cmake-3.16/Modules/CTestTargets.cmake +93 -0
  1805. data/ext/zxing/cmake/share/cmake-3.16/Modules/CTestUseLaunchers.cmake +70 -0
  1806. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckCCompilerFlag.cmake +63 -0
  1807. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckCSourceCompiles.cmake +145 -0
  1808. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckCSourceRuns.cmake +145 -0
  1809. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckCXXCompilerFlag.cmake +63 -0
  1810. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckCXXSourceCompiles.cmake +146 -0
  1811. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckCXXSourceRuns.cmake +145 -0
  1812. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckCXXSymbolExists.cmake +76 -0
  1813. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckForPthreads.c +15 -0
  1814. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckFortranCompilerFlag.cmake +63 -0
  1815. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckFortranFunctionExists.cmake +85 -0
  1816. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckFortranSourceCompiles.cmake +168 -0
  1817. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckFortranSourceRuns.cmake +175 -0
  1818. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckFunctionExists.c +28 -0
  1819. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckFunctionExists.cmake +119 -0
  1820. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported.cmake +237 -0
  1821. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/CMakeLists-C.txt.in +8 -0
  1822. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/CMakeLists-CXX.txt.in +8 -0
  1823. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/CMakeLists-Fortran.txt.in +8 -0
  1824. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/foo.c +4 -0
  1825. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/foo.cpp +4 -0
  1826. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/foo.f +2 -0
  1827. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/main.c +6 -0
  1828. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/main.cpp +6 -0
  1829. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIPOSupported/main.f +3 -0
  1830. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIncludeFile.c.in +13 -0
  1831. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIncludeFile.cmake +130 -0
  1832. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIncludeFile.cxx.in +6 -0
  1833. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIncludeFileCXX.cmake +129 -0
  1834. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckIncludeFiles.cmake +168 -0
  1835. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckLanguage.cmake +98 -0
  1836. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckLibraryExists.cmake +99 -0
  1837. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckLibraryExists.lists.in +8 -0
  1838. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckOBJCCompilerFlag.cmake +64 -0
  1839. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckOBJCSourceCompiles.cmake +145 -0
  1840. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckOBJCSourceRuns.cmake +145 -0
  1841. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckOBJCXXCompilerFlag.cmake +64 -0
  1842. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckOBJCXXSourceCompiles.cmake +146 -0
  1843. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckOBJCXXSourceRuns.cmake +145 -0
  1844. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckPIESupported.cmake +134 -0
  1845. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckPrototypeDefinition.c.in +29 -0
  1846. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckPrototypeDefinition.cmake +122 -0
  1847. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckSizeOf.cmake +8 -0
  1848. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckStructHasMember.cmake +82 -0
  1849. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckSymbolExists.cmake +166 -0
  1850. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckTypeSize.c.in +43 -0
  1851. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckTypeSize.cmake +270 -0
  1852. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckTypeSizeMap.cmake.in +1 -0
  1853. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckVariableExists.c +24 -0
  1854. data/ext/zxing/cmake/share/cmake-3.16/Modules/CheckVariableExists.cmake +85 -0
  1855. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ADSP-DetermineCompiler.cmake +10 -0
  1856. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMCC-ASM.cmake +7 -0
  1857. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMCC-C.cmake +2 -0
  1858. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMCC-CXX.cmake +2 -0
  1859. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMCC-DetermineCompiler.cmake +16 -0
  1860. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMCC.cmake +39 -0
  1861. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMClang-ASM.cmake +9 -0
  1862. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMClang-C-FeatureTests.cmake +1 -0
  1863. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMClang-C.cmake +15 -0
  1864. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMClang-CXX-FeatureTests.cmake +1 -0
  1865. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMClang-CXX.cmake +3 -0
  1866. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMClang-DetermineCompiler.cmake +10 -0
  1867. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/ARMClang.cmake +71 -0
  1868. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Absoft-Fortran.cmake +11 -0
  1869. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-ASM.cmake +1 -0
  1870. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-C-FeatureTests.cmake +11 -0
  1871. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-C.cmake +18 -0
  1872. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-CXX-FeatureTests.cmake +52 -0
  1873. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-CXX.cmake +42 -0
  1874. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-DetermineCompiler.cmake +7 -0
  1875. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-OBJC.cmake +17 -0
  1876. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/AppleClang-OBJCXX.cmake +37 -0
  1877. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Borland-DetermineCompiler.cmake +7 -0
  1878. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Bruce-C-DetermineCompiler.cmake +1 -0
  1879. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Bruce-C.cmake +9 -0
  1880. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/CCur-Fortran.cmake +1 -0
  1881. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/CMakeCommonCompilerMacros.cmake +136 -0
  1882. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-ASM.cmake +5 -0
  1883. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-C-FeatureTests.cmake +11 -0
  1884. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-C.cmake +42 -0
  1885. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-CXX-FeatureTests.cmake +33 -0
  1886. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-CXX-TestableFeatures.cmake +56 -0
  1887. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-CXX.cmake +130 -0
  1888. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-DetermineCompiler.cmake +4 -0
  1889. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-DetermineCompilerInternal.cmake +15 -0
  1890. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-FindBinUtils.cmake +35 -0
  1891. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-OBJC.cmake +18 -0
  1892. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang-OBJCXX.cmake +70 -0
  1893. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Clang.cmake +105 -0
  1894. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake +7 -0
  1895. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Compaq-C-DetermineCompiler.cmake +8 -0
  1896. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake +8 -0
  1897. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Cray-C.cmake +24 -0
  1898. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Cray-CXX.cmake +26 -0
  1899. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Cray-DetermineCompiler.cmake +6 -0
  1900. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Cray-Fortran.cmake +13 -0
  1901. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Cray.cmake +17 -0
  1902. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/CrayPrgEnv-C.cmake +7 -0
  1903. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/CrayPrgEnv-CXX.cmake +7 -0
  1904. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/CrayPrgEnv-Fortran.cmake +7 -0
  1905. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/CrayPrgEnv.cmake +136 -0
  1906. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Embarcadero-DetermineCompiler.cmake +7 -0
  1907. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Flang-FindBinUtils.cmake +1 -0
  1908. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Flang-Fortran.cmake +13 -0
  1909. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Fujitsu-DetermineCompiler.cmake +2 -0
  1910. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/G95-Fortran.cmake +11 -0
  1911. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GHS-C.cmake +10 -0
  1912. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GHS-CXX.cmake +10 -0
  1913. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GHS-DetermineCompiler.cmake +9 -0
  1914. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GHS.cmake +8 -0
  1915. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-ASM.cmake +6 -0
  1916. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-C-DetermineCompiler.cmake +11 -0
  1917. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-C-FeatureTests.cmake +17 -0
  1918. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-C.cmake +28 -0
  1919. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake +15 -0
  1920. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-CXX-FeatureTests.cmake +109 -0
  1921. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-CXX.cmake +58 -0
  1922. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-FindBinUtils.cmake +41 -0
  1923. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-Fortran.cmake +23 -0
  1924. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-OBJC.cmake +6 -0
  1925. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU-OBJCXX.cmake +10 -0
  1926. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/GNU.cmake +115 -0
  1927. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/HP-ASM.cmake +3 -0
  1928. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/HP-C-DetermineCompiler.cmake +8 -0
  1929. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/HP-C.cmake +7 -0
  1930. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/HP-CXX-DetermineCompiler.cmake +8 -0
  1931. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/HP-CXX.cmake +16 -0
  1932. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/HP-Fortran.cmake +9 -0
  1933. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IAR-ASM.cmake +47 -0
  1934. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IAR-C.cmake +70 -0
  1935. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IAR-CXX.cmake +77 -0
  1936. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IAR-DetermineCompiler.cmake +39 -0
  1937. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IAR-FindBinUtils.cmake +62 -0
  1938. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IAR.cmake +114 -0
  1939. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake +6 -0
  1940. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake +6 -0
  1941. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel-ASM.cmake +12 -0
  1942. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel-C-FeatureTests.cmake +20 -0
  1943. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel-C.cmake +49 -0
  1944. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel-CXX-FeatureTests.cmake +111 -0
  1945. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel-CXX.cmake +84 -0
  1946. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel-DetermineCompiler.cmake +40 -0
  1947. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel-Fortran.cmake +17 -0
  1948. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Intel.cmake +43 -0
  1949. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/MSVC-ASM.cmake +1 -0
  1950. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/MSVC-C-FeatureTests.cmake +8 -0
  1951. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/MSVC-C.cmake +38 -0
  1952. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/MSVC-CXX-FeatureTests.cmake +109 -0
  1953. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/MSVC-CXX.cmake +72 -0
  1954. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/MSVC-DetermineCompiler.cmake +19 -0
  1955. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/NAG-Fortran.cmake +37 -0
  1956. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/NVIDIA-CUDA.cmake +48 -0
  1957. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/NVIDIA-DetermineCompiler.cmake +19 -0
  1958. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake +10 -0
  1959. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PGI-C.cmake +20 -0
  1960. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PGI-CXX.cmake +27 -0
  1961. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PGI-DetermineCompiler.cmake +9 -0
  1962. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PGI-Fortran.cmake +15 -0
  1963. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PGI.cmake +42 -0
  1964. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PathScale-C.cmake +4 -0
  1965. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PathScale-CXX.cmake +4 -0
  1966. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PathScale-DetermineCompiler.cmake +9 -0
  1967. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PathScale-Fortran.cmake +6 -0
  1968. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/PathScale.cmake +21 -0
  1969. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/QCC-ASM.cmake +2 -0
  1970. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/QCC-C-FeatureTests.cmake +1 -0
  1971. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/QCC-C.cmake +5 -0
  1972. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/QCC-CXX-FeatureTests.cmake +1 -0
  1973. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/QCC-CXX.cmake +15 -0
  1974. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/QCC.cmake +34 -0
  1975. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SCO-C.cmake +2 -0
  1976. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SCO-CXX.cmake +2 -0
  1977. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SCO-DetermineCompiler.cmake +2 -0
  1978. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SCO.cmake +21 -0
  1979. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SDCC-C-DetermineCompiler.cmake +16 -0
  1980. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-ASM.cmake +24 -0
  1981. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-C-DetermineCompiler.cmake +15 -0
  1982. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-C-FeatureTests.cmake +14 -0
  1983. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-C.cmake +59 -0
  1984. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake +15 -0
  1985. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-CXX-FeatureTests.cmake +68 -0
  1986. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-CXX.cmake +66 -0
  1987. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro-Fortran.cmake +32 -0
  1988. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/SunPro.cmake +10 -0
  1989. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/TI-ASM.cmake +8 -0
  1990. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/TI-C.cmake +18 -0
  1991. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/TI-CXX.cmake +12 -0
  1992. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/TI-DetermineCompiler.cmake +8 -0
  1993. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake +2 -0
  1994. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/TinyCC-C.cmake +11 -0
  1995. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake +4 -0
  1996. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/VisualAge-C.cmake +1 -0
  1997. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake +4 -0
  1998. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/VisualAge-CXX.cmake +1 -0
  1999. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/VisualAge-Fortran.cmake +1 -0
  2000. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/Watcom-DetermineCompiler.cmake +10 -0
  2001. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XL-ASM.cmake +12 -0
  2002. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XL-C-DetermineCompiler.cmake +4 -0
  2003. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XL-C.cmake +23 -0
  2004. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XL-CXX-DetermineCompiler.cmake +4 -0
  2005. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XL-CXX.cmake +31 -0
  2006. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XL-Fortran.cmake +20 -0
  2007. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XL.cmake +34 -0
  2008. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XLClang-C-DetermineCompiler.cmake +8 -0
  2009. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XLClang-C.cmake +20 -0
  2010. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake +8 -0
  2011. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XLClang-CXX.cmake +27 -0
  2012. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/XLClang.cmake +22 -0
  2013. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/zOS-C-DetermineCompiler.cmake +4 -0
  2014. data/ext/zxing/cmake/share/cmake-3.16/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake +4 -0
  2015. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/GHS_default.gpj.in +8 -0
  2016. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/GHS_lib.gpj.in +3 -0
  2017. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/VS-10.csproj.in +55 -0
  2018. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/VS-10.vcxproj.in +69 -0
  2019. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/VS-7.vcproj.in +60 -0
  2020. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/VS-Intel.vfproj.in +42 -0
  2021. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/VS-NsightTegra.vcxproj.in +56 -0
  2022. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/Xcode-3.pbxproj.in +113 -0
  2023. data/ext/zxing/cmake/share/cmake-3.16/Modules/CompilerId/main.swift.in +1 -0
  2024. data/ext/zxing/cmake/share/cmake-3.16/Modules/Dart.cmake +125 -0
  2025. data/ext/zxing/cmake/share/cmake-3.16/Modules/DartConfiguration.tcl.in +105 -0
  2026. data/ext/zxing/cmake/share/cmake-3.16/Modules/DeployQt4.cmake +400 -0
  2027. data/ext/zxing/cmake/share/cmake-3.16/Modules/Documentation.cmake +46 -0
  2028. data/ext/zxing/cmake/share/cmake-3.16/Modules/DummyCXXFile.cxx +4 -0
  2029. data/ext/zxing/cmake/share/cmake-3.16/Modules/ExternalData.cmake +1152 -0
  2030. data/ext/zxing/cmake/share/cmake-3.16/Modules/ExternalData_config.cmake.in +6 -0
  2031. data/ext/zxing/cmake/share/cmake-3.16/Modules/ExternalProject-download.cmake.in +162 -0
  2032. data/ext/zxing/cmake/share/cmake-3.16/Modules/ExternalProject-verify.cmake.in +37 -0
  2033. data/ext/zxing/cmake/share/cmake-3.16/Modules/ExternalProject.cmake +3249 -0
  2034. data/ext/zxing/cmake/share/cmake-3.16/Modules/FLTKCompatibility.cmake +5 -0
  2035. data/ext/zxing/cmake/share/cmake-3.16/Modules/FeatureSummary.cmake +739 -0
  2036. data/ext/zxing/cmake/share/cmake-3.16/Modules/FetchContent.cmake +1061 -0
  2037. data/ext/zxing/cmake/share/cmake-3.16/Modules/FetchContent/CMakeLists.cmake.in +23 -0
  2038. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindALSA.cmake +74 -0
  2039. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindASPELL.cmake +32 -0
  2040. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindAVIFile.cmake +38 -0
  2041. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindArmadillo.cmake +90 -0
  2042. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindBISON.cmake +297 -0
  2043. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindBLAS.cmake +816 -0
  2044. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindBZip2.cmake +104 -0
  2045. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindBacktrace.cmake +91 -0
  2046. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindBoost.cmake +2338 -0
  2047. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindBullet.cmake +93 -0
  2048. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCABLE.cmake +82 -0
  2049. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCUDA.cmake +2012 -0
  2050. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCUDA/make2cmake.cmake +106 -0
  2051. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCUDA/parse_cubin.cmake +111 -0
  2052. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCUDA/run_nvcc.cmake +306 -0
  2053. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCUDA/select_compute_arch.cmake +271 -0
  2054. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCURL.cmake +177 -0
  2055. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCVS.cmake +73 -0
  2056. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCoin3D.cmake +77 -0
  2057. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCups.cmake +98 -0
  2058. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCurses.cmake +263 -0
  2059. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCxxTest.cmake +247 -0
  2060. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindCygwin.cmake +28 -0
  2061. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindDCMTK.cmake +322 -0
  2062. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindDart.cmake +33 -0
  2063. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindDevIL.cmake +75 -0
  2064. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindDoxygen.cmake +1158 -0
  2065. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindEXPAT.cmake +81 -0
  2066. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindEnvModules.cmake +333 -0
  2067. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindFLEX.cmake +221 -0
  2068. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindFLTK.cmake +336 -0
  2069. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindFLTK2.cmake +245 -0
  2070. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindFontconfig.cmake +101 -0
  2071. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindFreetype.cmake +199 -0
  2072. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGCCXML.cmake +27 -0
  2073. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGDAL.cmake +165 -0
  2074. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGIF.cmake +127 -0
  2075. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGLEW.cmake +342 -0
  2076. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGLU.cmake +17 -0
  2077. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGLUT.cmake +193 -0
  2078. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGSL.cmake +229 -0
  2079. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGTK.cmake +153 -0
  2080. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGTK2.cmake +954 -0
  2081. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGTest.cmake +243 -0
  2082. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGettext.cmake +232 -0
  2083. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGit.cmake +98 -0
  2084. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGnuTLS.cmake +82 -0
  2085. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindGnuplot.cmake +55 -0
  2086. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindHDF5.cmake +958 -0
  2087. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindHSPELL.cmake +45 -0
  2088. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindHTMLHelp.cmake +52 -0
  2089. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindHg.cmake +97 -0
  2090. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindICU.cmake +428 -0
  2091. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindIce.cmake +619 -0
  2092. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindIconv.cmake +133 -0
  2093. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindIcotool.cmake +52 -0
  2094. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindImageMagick.cmake +307 -0
  2095. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindIntl.cmake +60 -0
  2096. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindJNI.cmake +395 -0
  2097. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindJPEG.cmake +136 -0
  2098. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindJasper.cmake +47 -0
  2099. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindJava.cmake +360 -0
  2100. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindKDE3.cmake +360 -0
  2101. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindKDE4.cmake +103 -0
  2102. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLAPACK.cmake +442 -0
  2103. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLATEX.cmake +279 -0
  2104. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLTTngUST.cmake +100 -0
  2105. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLibArchive.cmake +61 -0
  2106. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLibLZMA.cmake +124 -0
  2107. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLibXml2.cmake +102 -0
  2108. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLibXslt.cmake +77 -0
  2109. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLibinput.cmake +82 -0
  2110. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLua.cmake +237 -0
  2111. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLua50.cmake +90 -0
  2112. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindLua51.cmake +84 -0
  2113. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMFC.cmake +71 -0
  2114. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPEG.cmake +43 -0
  2115. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPEG2.cmake +50 -0
  2116. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPI.cmake +1757 -0
  2117. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPI/fortranparam_mpi.f90.in +4 -0
  2118. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPI/libver_mpi.c +20 -0
  2119. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPI/libver_mpi.f90.in +7 -0
  2120. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPI/mpiver.f90.in +10 -0
  2121. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPI/test_mpi.c +38 -0
  2122. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMPI/test_mpi.f90.in +6 -0
  2123. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMatlab.cmake +1822 -0
  2124. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindMotif.cmake +40 -0
  2125. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindODBC.cmake +229 -0
  2126. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenACC.cmake +283 -0
  2127. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenAL.cmake +93 -0
  2128. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenCL.cmake +172 -0
  2129. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenGL.cmake +545 -0
  2130. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenMP.cmake +543 -0
  2131. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenSSL.cmake +531 -0
  2132. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenSceneGraph.cmake +232 -0
  2133. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindOpenThreads.cmake +103 -0
  2134. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPHP4.cmake +82 -0
  2135. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPNG.cmake +150 -0
  2136. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake +401 -0
  2137. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPackageMessage.cmake +48 -0
  2138. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPatch.cmake +69 -0
  2139. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPerl.cmake +80 -0
  2140. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPerlLibs.cmake +159 -0
  2141. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPhysFS.cmake +42 -0
  2142. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPike.cmake +31 -0
  2143. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPkgConfig.cmake +772 -0
  2144. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPostgreSQL.cmake +269 -0
  2145. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindProducer.cmake +66 -0
  2146. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindProtobuf.cmake +659 -0
  2147. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPython.cmake +359 -0
  2148. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPython/Support.cmake +2381 -0
  2149. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPython2.cmake +267 -0
  2150. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPython3.cmake +308 -0
  2151. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPythonInterp.cmake +171 -0
  2152. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindPythonLibs.cmake +399 -0
  2153. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindQt.cmake +188 -0
  2154. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindQt3.cmake +296 -0
  2155. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindQt4.cmake +1338 -0
  2156. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindQuickTime.cmake +34 -0
  2157. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindRTI.cmake +102 -0
  2158. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindRuby.cmake +295 -0
  2159. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSDL.cmake +190 -0
  2160. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSDL_image.cmake +101 -0
  2161. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSDL_mixer.cmake +101 -0
  2162. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSDL_net.cmake +100 -0
  2163. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSDL_sound.cmake +370 -0
  2164. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSDL_ttf.cmake +100 -0
  2165. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSQLite3.cmake +66 -0
  2166. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSWIG.cmake +67 -0
  2167. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSelfPackers.cmake +58 -0
  2168. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSquish.cmake +301 -0
  2169. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindSubversion.cmake +157 -0
  2170. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindTCL.cmake +239 -0
  2171. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindTIFF.cmake +106 -0
  2172. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindTclStub.cmake +143 -0
  2173. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindTclsh.cmake +99 -0
  2174. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindThreads.cmake +234 -0
  2175. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindUnixCommands.cmake +71 -0
  2176. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindVulkan.cmake +82 -0
  2177. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindWget.cmake +32 -0
  2178. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindWish.cmake +85 -0
  2179. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindX11.cmake +729 -0
  2180. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindXCTest.cmake +213 -0
  2181. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindXMLRPC.cmake +129 -0
  2182. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindXalanC.cmake +153 -0
  2183. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindXercesC.cmake +138 -0
  2184. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindZLIB.cmake +149 -0
  2185. data/ext/zxing/cmake/share/cmake-3.16/Modules/Findosg.cmake +49 -0
  2186. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgAnimation.cmake +46 -0
  2187. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgDB.cmake +54 -0
  2188. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgFX.cmake +46 -0
  2189. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgGA.cmake +46 -0
  2190. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgIntrospection.cmake +47 -0
  2191. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgManipulator.cmake +47 -0
  2192. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgParticle.cmake +46 -0
  2193. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgPresentation.cmake +48 -0
  2194. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgProducer.cmake +46 -0
  2195. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgQt.cmake +46 -0
  2196. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgShadow.cmake +46 -0
  2197. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgSim.cmake +46 -0
  2198. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgTerrain.cmake +46 -0
  2199. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgText.cmake +46 -0
  2200. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgUtil.cmake +46 -0
  2201. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgViewer.cmake +46 -0
  2202. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgVolume.cmake +46 -0
  2203. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindosgWidget.cmake +47 -0
  2204. data/ext/zxing/cmake/share/cmake-3.16/Modules/Findosg_functions.cmake +86 -0
  2205. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindwxWidgets.cmake +1208 -0
  2206. data/ext/zxing/cmake/share/cmake-3.16/Modules/FindwxWindows.cmake +730 -0
  2207. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface.cmake +392 -0
  2208. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/CMakeLists.txt +103 -0
  2209. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Detect.cmake +178 -0
  2210. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Input.cmake.in +3 -0
  2211. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/MYMODULE.c +3 -0
  2212. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/MY_MODULE.c +3 -0
  2213. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Macro.h.in +4 -0
  2214. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Output.cmake.in +33 -0
  2215. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Verify/CMakeLists.txt +26 -0
  2216. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Verify/VerifyC.c +5 -0
  2217. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Verify/VerifyCXX.cxx +4 -0
  2218. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Verify/VerifyFortran.f +3 -0
  2219. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/Verify/main.c +16 -0
  2220. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/call_mod.f90 +6 -0
  2221. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/call_sub.f +4 -0
  2222. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/main.F +6 -0
  2223. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/my_module.f90 +8 -0
  2224. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/my_module_.c +3 -0
  2225. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/my_sub.f +2 -0
  2226. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/mymodule.f90 +8 -0
  2227. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/mymodule_.c +3 -0
  2228. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/mysub.f +2 -0
  2229. data/ext/zxing/cmake/share/cmake-3.16/Modules/FortranCInterface/symbol.c.in +4 -0
  2230. data/ext/zxing/cmake/share/cmake-3.16/Modules/GNUInstallDirs.cmake +384 -0
  2231. data/ext/zxing/cmake/share/cmake-3.16/Modules/GenerateExportHeader.cmake +443 -0
  2232. data/ext/zxing/cmake/share/cmake-3.16/Modules/GetPrerequisites.cmake +1047 -0
  2233. data/ext/zxing/cmake/share/cmake-3.16/Modules/GoogleTest.cmake +463 -0
  2234. data/ext/zxing/cmake/share/cmake-3.16/Modules/GoogleTestAddTests.cmake +106 -0
  2235. data/ext/zxing/cmake/share/cmake-3.16/Modules/ITKCompatibility.cmake +7 -0
  2236. data/ext/zxing/cmake/share/cmake-3.16/Modules/InstallRequiredSystemLibraries.cmake +751 -0
  2237. data/ext/zxing/cmake/share/cmake-3.16/Modules/IntelVSImplicitPath/CMakeLists.txt +7 -0
  2238. data/ext/zxing/cmake/share/cmake-3.16/Modules/IntelVSImplicitPath/detect.cmake +9 -0
  2239. data/ext/zxing/cmake/share/cmake-3.16/Modules/IntelVSImplicitPath/hello.f +0 -0
  2240. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CMakeCheckCompilerFlag.cmake +158 -0
  2241. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.DS_Store.in +0 -0
  2242. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.Description.plist.in +12 -0
  2243. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.Info.plist.in +37 -0
  2244. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.NuGet.nuspec.in +24 -0
  2245. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.OSXScriptLauncher.in +0 -0
  2246. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.OSXScriptLauncher.rsrc.in +0 -0
  2247. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.OSXX11.Info.plist.in +47 -0
  2248. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.OSXX11.main.scpt.in +0 -0
  2249. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.RuntimeScript.in +87 -0
  2250. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.STGZ_Header.sh.in +149 -0
  2251. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.VolumeIcon.icns.in +0 -0
  2252. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.background.png.in +0 -0
  2253. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPack.distribution.dist.in +9 -0
  2254. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPackDeb.cmake +758 -0
  2255. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPackExternal.cmake +53 -0
  2256. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPackFreeBSD.cmake +107 -0
  2257. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPackNuGet.cmake +363 -0
  2258. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPackRPM.cmake +1881 -0
  2259. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPackWIX.cmake +20 -0
  2260. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/CPackZIP.cmake +30 -0
  2261. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/NSIS.InstallOptions.ini.in +46 -0
  2262. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/NSIS.template.in +972 -0
  2263. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/CPack/WIX.template.in +47 -0
  2264. data/ext/zxing/cmake/share/cmake-3.16/Modules/Internal/FeatureTesting.cmake +105 -0
  2265. data/ext/zxing/cmake/share/cmake-3.16/Modules/KDE3Macros.cmake +400 -0
  2266. data/ext/zxing/cmake/share/cmake-3.16/Modules/MacOSXBundleInfo.plist.in +34 -0
  2267. data/ext/zxing/cmake/share/cmake-3.16/Modules/MacOSXFrameworkInfo.plist.in +26 -0
  2268. data/ext/zxing/cmake/share/cmake-3.16/Modules/MacroAddFileDependencies.cmake +30 -0
  2269. data/ext/zxing/cmake/share/cmake-3.16/Modules/MatlabTestsRedirect.cmake +106 -0
  2270. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-Clang-C.cmake +1 -0
  2271. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-Clang-CXX.cmake +1 -0
  2272. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-GNU-ASM.cmake +2 -0
  2273. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-GNU-C.cmake +2 -0
  2274. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-GNU-CXX.cmake +3 -0
  2275. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-GNU-Fortran.cmake +2 -0
  2276. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-GNU.cmake +33 -0
  2277. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-VisualAge-C.cmake +1 -0
  2278. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-VisualAge-CXX.cmake +1 -0
  2279. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-VisualAge-Fortran.cmake +1 -0
  2280. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XL-ASM.cmake +2 -0
  2281. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XL-C.cmake +5 -0
  2282. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XL-CXX.cmake +5 -0
  2283. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XL-Fortran.cmake +2 -0
  2284. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XL.cmake +31 -0
  2285. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XLClang-C.cmake +2 -0
  2286. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XLClang-CXX.cmake +2 -0
  2287. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX-XLClang.cmake +15 -0
  2288. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX.cmake +33 -0
  2289. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/AIX/ExportImportList +53 -0
  2290. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/ARTOS-GNU-C.cmake +9 -0
  2291. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/ARTOS.cmake +17 -0
  2292. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Clang-ASM.cmake +2 -0
  2293. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Clang-C.cmake +2 -0
  2294. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Clang-CXX.cmake +9 -0
  2295. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Clang.cmake +48 -0
  2296. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Common.cmake +218 -0
  2297. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Determine-C.cmake +2 -0
  2298. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Determine-CXX.cmake +2 -0
  2299. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Determine.cmake +414 -0
  2300. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-GNU-C.cmake +2 -0
  2301. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-GNU-CXX.cmake +5 -0
  2302. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-GNU.cmake +33 -0
  2303. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android-Initialize.cmake +49 -0
  2304. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android.cmake +19 -0
  2305. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/Determine-Compiler-NDK.cmake +270 -0
  2306. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/Determine-Compiler-Standalone.cmake +65 -0
  2307. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/Determine-Compiler.cmake +75 -0
  2308. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-arm64-v8a-Clang.cmake +7 -0
  2309. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-arm64-v8a-GNU.cmake +6 -0
  2310. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-armeabi-Clang.cmake +19 -0
  2311. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-armeabi-GNU.cmake +17 -0
  2312. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-armeabi-v6-Clang.cmake +18 -0
  2313. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-armeabi-v6-GNU.cmake +16 -0
  2314. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake +28 -0
  2315. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-armeabi-v7a-GNU.cmake +26 -0
  2316. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-common-Clang.cmake +6 -0
  2317. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-common-GNU.cmake +1 -0
  2318. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-common.cmake +39 -0
  2319. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-mips-Clang.cmake +4 -0
  2320. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-mips-GNU.cmake +3 -0
  2321. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-mips64-Clang.cmake +4 -0
  2322. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-mips64-GNU.cmake +3 -0
  2323. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-x86-Clang.cmake +4 -0
  2324. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-x86-GNU.cmake +2 -0
  2325. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-x86_64-Clang.cmake +4 -0
  2326. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/abi-x86_64-GNU.cmake +2 -0
  2327. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-c++.cmake +21 -0
  2328. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-c++_shared.cmake +5 -0
  2329. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-c++_static.cmake +8 -0
  2330. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-gabi++.cmake +8 -0
  2331. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-gabi++_shared.cmake +4 -0
  2332. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-gabi++_static.cmake +4 -0
  2333. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-gnustl.cmake +10 -0
  2334. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-gnustl_shared.cmake +4 -0
  2335. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-gnustl_static.cmake +4 -0
  2336. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-none.cmake +3 -0
  2337. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-stlport.cmake +8 -0
  2338. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-stlport_shared.cmake +4 -0
  2339. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-stlport_static.cmake +4 -0
  2340. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Android/ndk-stl-system.cmake +7 -0
  2341. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Absoft-Fortran.cmake +7 -0
  2342. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-AppleClang-C.cmake +6 -0
  2343. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-AppleClang-CXX.cmake +6 -0
  2344. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-AppleClang-OBJC.cmake +6 -0
  2345. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-AppleClang-OBJCXX.cmake +6 -0
  2346. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Clang-ASM.cmake +2 -0
  2347. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Clang-C.cmake +2 -0
  2348. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Clang-CXX.cmake +2 -0
  2349. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Clang-OBJC.cmake +2 -0
  2350. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Clang-OBJCXX.cmake +2 -0
  2351. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Clang.cmake +32 -0
  2352. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-GNU-C.cmake +4 -0
  2353. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-GNU-CXX.cmake +4 -0
  2354. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-GNU-Fortran.cmake +10 -0
  2355. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-GNU-OBJC.cmake +4 -0
  2356. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-GNU-OBJCXX.cmake +4 -0
  2357. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-GNU.cmake +57 -0
  2358. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Intel-C.cmake +2 -0
  2359. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Intel-CXX.cmake +2 -0
  2360. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Intel-Fortran.cmake +8 -0
  2361. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-Intel.cmake +19 -0
  2362. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-NAG-Fortran.cmake +15 -0
  2363. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-NVIDIA-CUDA.cmake +19 -0
  2364. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-PGI-C.cmake +2 -0
  2365. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-PGI-CXX.cmake +2 -0
  2366. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-PGI-Fortran.cmake +2 -0
  2367. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-PGI.cmake +11 -0
  2368. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-VisualAge-C.cmake +1 -0
  2369. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-VisualAge-CXX.cmake +1 -0
  2370. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-XL-C.cmake +7 -0
  2371. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Apple-XL-CXX.cmake +7 -0
  2372. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BSDOS.cmake +2 -0
  2373. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BeOS.cmake +12 -0
  2374. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneL.cmake +40 -0
  2375. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-base.cmake +114 -0
  2376. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-dynamic-GNU-C.cmake +5 -0
  2377. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-dynamic-GNU-CXX.cmake +5 -0
  2378. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-dynamic-GNU-Fortran.cmake +5 -0
  2379. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-dynamic-XL-C.cmake +8 -0
  2380. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake +8 -0
  2381. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-dynamic-XL-Fortran.cmake +5 -0
  2382. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-dynamic.cmake +8 -0
  2383. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-static-GNU-C.cmake +5 -0
  2384. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-static-GNU-CXX.cmake +5 -0
  2385. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-static-GNU-Fortran.cmake +5 -0
  2386. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-static-XL-C.cmake +8 -0
  2387. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-static-XL-CXX.cmake +8 -0
  2388. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-static-XL-Fortran.cmake +5 -0
  2389. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneP-static.cmake +8 -0
  2390. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-base.cmake +166 -0
  2391. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake +5 -0
  2392. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-dynamic-GNU-CXX.cmake +5 -0
  2393. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-dynamic-GNU-Fortran.cmake +5 -0
  2394. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake +8 -0
  2395. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-dynamic-XL-CXX.cmake +8 -0
  2396. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-dynamic-XL-Fortran.cmake +5 -0
  2397. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-dynamic.cmake +6 -0
  2398. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-static-GNU-C.cmake +5 -0
  2399. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake +5 -0
  2400. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-static-GNU-Fortran.cmake +5 -0
  2401. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-static-XL-C.cmake +8 -0
  2402. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-static-XL-CXX.cmake +8 -0
  2403. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-static-XL-Fortran.cmake +5 -0
  2404. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/BlueGeneQ-static.cmake +6 -0
  2405. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-Clang-C.cmake +1 -0
  2406. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-Clang-CXX.cmake +1 -0
  2407. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-Determine-CXX.cmake +7 -0
  2408. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-GNU-C.cmake +2 -0
  2409. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-GNU-CXX.cmake +2 -0
  2410. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-GNU-Fortran.cmake +2 -0
  2411. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-GNU.cmake +54 -0
  2412. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN-windres.cmake +1 -0
  2413. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CYGWIN.cmake +74 -0
  2414. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Catamount.cmake +26 -0
  2415. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/CrayLinuxEnvironment.cmake +87 -0
  2416. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Darwin-Determine-CXX.cmake +7 -0
  2417. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Darwin-Initialize.cmake +153 -0
  2418. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Darwin.cmake +240 -0
  2419. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/DragonFly.cmake +9 -0
  2420. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Euros.cmake +19 -0
  2421. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/FreeBSD-Determine-CXX.cmake +3 -0
  2422. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/FreeBSD.cmake +29 -0
  2423. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Fuchsia.cmake +28 -0
  2424. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/GHS-MULTI-Determine.cmake +56 -0
  2425. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/GHS-MULTI.cmake +17 -0
  2426. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/GNU.cmake +40 -0
  2427. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/GNUtoMS_lib.bat.in +4 -0
  2428. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/GNUtoMS_lib.cmake +10 -0
  2429. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Generic-ADSP-ASM.cmake +7 -0
  2430. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Generic-ADSP-C.cmake +22 -0
  2431. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Generic-ADSP-CXX.cmake +20 -0
  2432. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Generic-ADSP-Common.cmake +120 -0
  2433. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Generic-SDCC-C.cmake +55 -0
  2434. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Generic.cmake +17 -0
  2435. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-GNU-ASM.cmake +2 -0
  2436. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-GNU-C.cmake +2 -0
  2437. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-GNU-CXX.cmake +3 -0
  2438. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-GNU-Fortran.cmake +2 -0
  2439. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-GNU.cmake +20 -0
  2440. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-HP-ASM.cmake +2 -0
  2441. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-HP-C.cmake +6 -0
  2442. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-HP-CXX.cmake +14 -0
  2443. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-HP-Fortran.cmake +5 -0
  2444. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX-HP.cmake +23 -0
  2445. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/HP-UX.cmake +47 -0
  2446. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Haiku.cmake +131 -0
  2447. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Absoft-Fortran.cmake +1 -0
  2448. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-CCur-Fortran.cmake +1 -0
  2449. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Clang-C.cmake +1 -0
  2450. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Clang-CXX.cmake +1 -0
  2451. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Determine-CXX.cmake +3 -0
  2452. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-GNU-C.cmake +2 -0
  2453. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-GNU-CXX.cmake +2 -0
  2454. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-GNU-Fortran.cmake +3 -0
  2455. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-GNU.cmake +15 -0
  2456. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Intel-C.cmake +3 -0
  2457. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Intel-CXX.cmake +3 -0
  2458. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Intel-Fortran.cmake +4 -0
  2459. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-Intel.cmake +59 -0
  2460. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-NAG-Fortran.cmake +10 -0
  2461. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PGI-C.cmake +2 -0
  2462. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PGI-CXX.cmake +2 -0
  2463. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PGI-Fortran.cmake +2 -0
  2464. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PGI.cmake +21 -0
  2465. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PathScale-C.cmake +2 -0
  2466. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PathScale-CXX.cmake +2 -0
  2467. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PathScale-Fortran.cmake +2 -0
  2468. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-PathScale.cmake +17 -0
  2469. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-SunPro-CXX.cmake +9 -0
  2470. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-TinyCC-C.cmake +5 -0
  2471. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-VisualAge-C.cmake +1 -0
  2472. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-VisualAge-CXX.cmake +1 -0
  2473. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-VisualAge-Fortran.cmake +1 -0
  2474. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-XL-C.cmake +1 -0
  2475. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-XL-CXX.cmake +1 -0
  2476. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-XL-Fortran.cmake +1 -0
  2477. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux-como.cmake +17 -0
  2478. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Linux.cmake +59 -0
  2479. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/MP-RAS.cmake +14 -0
  2480. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Midipix.cmake +1 -0
  2481. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/MirBSD.cmake +1 -0
  2482. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/NetBSD.cmake +15 -0
  2483. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/OSF1.cmake +47 -0
  2484. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/OpenBSD.cmake +43 -0
  2485. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/OpenVMS.cmake +8 -0
  2486. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/QNX.cmake +19 -0
  2487. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/RISCos.cmake +6 -0
  2488. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SCO_SV.cmake +3 -0
  2489. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SINIX.cmake +7 -0
  2490. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-Clang-C.cmake +1 -0
  2491. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-Clang-CXX.cmake +1 -0
  2492. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-GNU-C.cmake +2 -0
  2493. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-GNU-CXX.cmake +2 -0
  2494. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-GNU-Fortran.cmake +2 -0
  2495. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-GNU.cmake +25 -0
  2496. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-PathScale-C.cmake +2 -0
  2497. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-PathScale-CXX.cmake +2 -0
  2498. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-PathScale-Fortran.cmake +2 -0
  2499. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS-PathScale.cmake +21 -0
  2500. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/SunOS.cmake +23 -0
  2501. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Tru64.cmake +2 -0
  2502. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/ULTRIX.cmake +5 -0
  2503. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/UNIX_SV.cmake +8 -0
  2504. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/UnixPaths.cmake +92 -0
  2505. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/UnixWare.cmake +8 -0
  2506. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Borland-C.cmake +1 -0
  2507. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Borland-CXX.cmake +1 -0
  2508. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Clang-C.cmake +2 -0
  2509. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Clang-CXX.cmake +3 -0
  2510. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Clang.cmake +160 -0
  2511. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Determine-CXX.cmake +7 -0
  2512. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Embarcadero-C.cmake +3 -0
  2513. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Embarcadero-CXX.cmake +3 -0
  2514. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Embarcadero.cmake +136 -0
  2515. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Flang-Fortran.cmake +8 -0
  2516. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-G95-Fortran.cmake +1 -0
  2517. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-GNU-C-ABI.cmake +1 -0
  2518. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-GNU-C.cmake +2 -0
  2519. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-GNU-CXX-ABI.cmake +1 -0
  2520. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-GNU-CXX.cmake +2 -0
  2521. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-GNU-Fortran-ABI.cmake +1 -0
  2522. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-GNU-Fortran.cmake +5 -0
  2523. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-GNU.cmake +210 -0
  2524. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Intel-ASM.cmake +2 -0
  2525. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Intel-C.cmake +4 -0
  2526. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Intel-CXX.cmake +5 -0
  2527. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Intel-Fortran.cmake +44 -0
  2528. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Intel.cmake +18 -0
  2529. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-MSVC-C.cmake +5 -0
  2530. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-MSVC-CXX.cmake +6 -0
  2531. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-MSVC.cmake +443 -0
  2532. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-NVIDIA-CUDA.cmake +95 -0
  2533. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-OpenWatcom-C.cmake +1 -0
  2534. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-OpenWatcom-CXX.cmake +1 -0
  2535. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-OpenWatcom.cmake +129 -0
  2536. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-PGI-C.cmake +2 -0
  2537. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-PGI-Fortran.cmake +2 -0
  2538. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-PGI.cmake +48 -0
  2539. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Watcom-C.cmake +1 -0
  2540. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-Watcom-CXX.cmake +1 -0
  2541. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-df.cmake +60 -0
  2542. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows-windres.cmake +1 -0
  2543. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Windows.cmake +45 -0
  2544. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsCE-MSVC-C.cmake +1 -0
  2545. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsCE-MSVC-CXX.cmake +1 -0
  2546. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsCE.cmake +1 -0
  2547. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPaths.cmake +92 -0
  2548. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPhone-Clang-C.cmake +1 -0
  2549. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPhone-Clang-CXX.cmake +1 -0
  2550. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPhone-GNU-C.cmake +1 -0
  2551. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPhone-GNU-CXX.cmake +1 -0
  2552. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPhone-MSVC-C.cmake +1 -0
  2553. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPhone-MSVC-CXX.cmake +1 -0
  2554. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsPhone.cmake +1 -0
  2555. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsStore-Clang-C.cmake +1 -0
  2556. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsStore-Clang-CXX.cmake +1 -0
  2557. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsStore-GNU-C.cmake +1 -0
  2558. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsStore-GNU-CXX.cmake +1 -0
  2559. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsStore-MSVC-C.cmake +1 -0
  2560. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsStore-MSVC-CXX.cmake +1 -0
  2561. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/WindowsStore.cmake +1 -0
  2562. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/Xenix.cmake +2 -0
  2563. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/eCos.cmake +65 -0
  2564. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/gas.cmake +19 -0
  2565. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/iOS-Determine-CXX.cmake +1 -0
  2566. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/iOS-Initialize.cmake +9 -0
  2567. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/iOS.cmake +1 -0
  2568. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/kFreeBSD.cmake +4 -0
  2569. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/syllable.cmake +33 -0
  2570. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/tvOS-Determine-CXX.cmake +1 -0
  2571. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/tvOS-Initialize.cmake +7 -0
  2572. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/tvOS.cmake +1 -0
  2573. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/watchOS-Determine-CXX.cmake +1 -0
  2574. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/watchOS-Initialize.cmake +7 -0
  2575. data/ext/zxing/cmake/share/cmake-3.16/Modules/Platform/watchOS.cmake +1 -0
  2576. data/ext/zxing/cmake/share/cmake-3.16/Modules/ProcessorCount.cmake +237 -0
  2577. data/ext/zxing/cmake/share/cmake-3.16/Modules/Qt4ConfigDependentSettings.cmake +290 -0
  2578. data/ext/zxing/cmake/share/cmake-3.16/Modules/Qt4Macros.cmake +514 -0
  2579. data/ext/zxing/cmake/share/cmake-3.16/Modules/RepositoryInfo.txt.in +3 -0
  2580. data/ext/zxing/cmake/share/cmake-3.16/Modules/SelectLibraryConfigurations.cmake +80 -0
  2581. data/ext/zxing/cmake/share/cmake-3.16/Modules/Squish4RunTestCase.bat +24 -0
  2582. data/ext/zxing/cmake/share/cmake-3.16/Modules/Squish4RunTestCase.sh +28 -0
  2583. data/ext/zxing/cmake/share/cmake-3.16/Modules/SquishRunTestCase.bat +11 -0
  2584. data/ext/zxing/cmake/share/cmake-3.16/Modules/SquishRunTestCase.sh +13 -0
  2585. data/ext/zxing/cmake/share/cmake-3.16/Modules/SquishTestScript.cmake +86 -0
  2586. data/ext/zxing/cmake/share/cmake-3.16/Modules/SystemInformation.cmake +93 -0
  2587. data/ext/zxing/cmake/share/cmake-3.16/Modules/SystemInformation.in +88 -0
  2588. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestBigEndian.cmake +122 -0
  2589. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestCXXAcceptsFlag.cmake +44 -0
  2590. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestEndianess.c.in +23 -0
  2591. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForANSIForScope.cmake +43 -0
  2592. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForANSIStreamHeaders.cmake +33 -0
  2593. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForANSIStreamHeaders.cxx +6 -0
  2594. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForAnsiForScope.cxx +8 -0
  2595. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForSSTREAM.cmake +41 -0
  2596. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForSSTREAM.cxx +10 -0
  2597. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForSTDNamespace.cmake +41 -0
  2598. data/ext/zxing/cmake/share/cmake-3.16/Modules/TestForSTDNamespace.cxx +6 -0
  2599. data/ext/zxing/cmake/share/cmake-3.16/Modules/UseEcos.cmake +236 -0
  2600. data/ext/zxing/cmake/share/cmake-3.16/Modules/UseJava.cmake +1446 -0
  2601. data/ext/zxing/cmake/share/cmake-3.16/Modules/UseJavaClassFilelist.cmake +49 -0
  2602. data/ext/zxing/cmake/share/cmake-3.16/Modules/UseJavaSymlinks.cmake +29 -0
  2603. data/ext/zxing/cmake/share/cmake-3.16/Modules/UsePkgConfig.cmake +75 -0
  2604. data/ext/zxing/cmake/share/cmake-3.16/Modules/UseQt4.cmake +107 -0
  2605. data/ext/zxing/cmake/share/cmake-3.16/Modules/UseSWIG.cmake +837 -0
  2606. data/ext/zxing/cmake/share/cmake-3.16/Modules/UseSWIG/ManageSupportFiles.cmake +31 -0
  2607. data/ext/zxing/cmake/share/cmake-3.16/Modules/Use_wxWindows.cmake +69 -0
  2608. data/ext/zxing/cmake/share/cmake-3.16/Modules/UsewxWidgets.cmake +101 -0
  2609. data/ext/zxing/cmake/share/cmake-3.16/Modules/VTKCompatibility.cmake +42 -0
  2610. data/ext/zxing/cmake/share/cmake-3.16/Modules/WriteBasicConfigVersionFile.cmake +51 -0
  2611. data/ext/zxing/cmake/share/cmake-3.16/Modules/WriteCompilerDetectionHeader.cmake +693 -0
  2612. data/ext/zxing/cmake/share/cmake-3.16/Modules/ecos_clean.cmake +16 -0
  2613. data/ext/zxing/cmake/share/cmake-3.16/Modules/exportheader.cmake.in +42 -0
  2614. data/ext/zxing/cmake/share/cmake-3.16/Modules/javaTargets.cmake.in +39 -0
  2615. data/ext/zxing/cmake/share/cmake-3.16/Modules/kde3init_dummy.cpp.in +6 -0
  2616. data/ext/zxing/cmake/share/cmake-3.16/Modules/kde3uic.cmake +22 -0
  2617. data/ext/zxing/cmake/share/cmake-3.16/Modules/readme.txt +4 -0
  2618. data/ext/zxing/cmake/share/cmake-3.16/Templates/AppleInfo.plist +34 -0
  2619. data/ext/zxing/cmake/share/cmake-3.16/Templates/CMakeVSMacros1.vsmacros +0 -0
  2620. data/ext/zxing/cmake/share/cmake-3.16/Templates/CMakeVSMacros2.vsmacros +0 -0
  2621. data/ext/zxing/cmake/share/cmake-3.16/Templates/CPack.GenericDescription.txt +5 -0
  2622. data/ext/zxing/cmake/share/cmake-3.16/Templates/CPack.GenericLicense.txt +5 -0
  2623. data/ext/zxing/cmake/share/cmake-3.16/Templates/CPack.GenericWelcome.txt +1 -0
  2624. data/ext/zxing/cmake/share/cmake-3.16/Templates/CPackConfig.cmake.in +20 -0
  2625. data/ext/zxing/cmake/share/cmake-3.16/Templates/CTestScript.cmake.in +33 -0
  2626. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_CL.json +981 -0
  2627. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_CSharp.json +574 -0
  2628. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_Cuda.json +224 -0
  2629. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_CudaHost.json +149 -0
  2630. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_LIB.json +297 -0
  2631. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_Link.json +1137 -0
  2632. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_MASM.json +295 -0
  2633. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_NASM.json +201 -0
  2634. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v10_RC.json +69 -0
  2635. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v11_CL.json +1063 -0
  2636. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v11_CSharp.json +574 -0
  2637. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v11_LIB.json +297 -0
  2638. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v11_Link.json +1272 -0
  2639. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v11_MASM.json +295 -0
  2640. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v11_RC.json +69 -0
  2641. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v12_CL.json +1077 -0
  2642. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v12_CSharp.json +574 -0
  2643. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v12_LIB.json +297 -0
  2644. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v12_Link.json +1272 -0
  2645. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v12_MASM.json +295 -0
  2646. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v12_RC.json +69 -0
  2647. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v140_CL.json +1184 -0
  2648. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v140_CSharp.json +574 -0
  2649. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v140_Link.json +1316 -0
  2650. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v141_CL.json +1268 -0
  2651. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v141_CSharp.json +574 -0
  2652. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v141_Link.json +1323 -0
  2653. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v142_CL.json +1212 -0
  2654. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v142_Link.json +1323 -0
  2655. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v14_LIB.json +304 -0
  2656. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v14_MASM.json +295 -0
  2657. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/FlagTables/v14_RC.json +69 -0
  2658. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/nasm.props.in +17 -0
  2659. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/nasm.targets +41 -0
  2660. data/ext/zxing/cmake/share/cmake-3.16/Templates/MSBuild/nasm.xml +110 -0
  2661. data/ext/zxing/cmake/share/cmake-3.16/Templates/TestDriver.cxx.in +143 -0
  2662. data/ext/zxing/cmake/share/cmake-3.16/Templates/Windows/ApplicationIcon.png +0 -0
  2663. data/ext/zxing/cmake/share/cmake-3.16/Templates/Windows/Logo.png +0 -0
  2664. data/ext/zxing/cmake/share/cmake-3.16/Templates/Windows/SmallLogo.png +0 -0
  2665. data/ext/zxing/cmake/share/cmake-3.16/Templates/Windows/SmallLogo44x44.png +0 -0
  2666. data/ext/zxing/cmake/share/cmake-3.16/Templates/Windows/SplashScreen.png +0 -0
  2667. data/ext/zxing/cmake/share/cmake-3.16/Templates/Windows/StoreLogo.png +0 -0
  2668. data/ext/zxing/cmake/share/cmake-3.16/Templates/Windows/Windows_TemporaryKey.pfx +0 -0
  2669. data/ext/zxing/cmake/share/cmake-3.16/completions/cmake +166 -0
  2670. data/ext/zxing/cmake/share/cmake-3.16/completions/cpack +88 -0
  2671. data/ext/zxing/cmake/share/cmake-3.16/completions/ctest +118 -0
  2672. data/ext/zxing/cmake/share/cmake-3.16/editors/emacs/cmake-mode.el +389 -0
  2673. data/ext/zxing/cmake/share/cmake-3.16/editors/vim/indent/cmake.vim +89 -0
  2674. data/ext/zxing/cmake/share/cmake-3.16/editors/vim/syntax/cmake.vim +3363 -0
  2675. data/ext/zxing/cmake/share/cmake-3.16/include/cmCPluginAPI.h +236 -0
  2676. data/ext/zxing/cmake/share/icons/hicolor/128x128/apps/CMakeSetup.png +0 -0
  2677. data/ext/zxing/cmake/share/icons/hicolor/32x32/apps/CMakeSetup.png +0 -0
  2678. data/ext/zxing/cmake/share/mime/packages/cmakecache.xml +8 -0
  2679. data/ext/zxing/extconf.rb +7 -1
  2680. data/ext/zxing/zxing-cpp/.gitignore +2 -0
  2681. data/lib/zxing/version.rb +1 -1
  2682. data/test/qrcode.png +0 -0
  2683. data/test/test_helper.rb +5 -0
  2684. data/test/test_zxing.rb +58 -0
  2685. data/test/vendor.rb +360 -0
  2686. data/test/zxing/test_decodable.rb +38 -0
  2687. data/zxing_cpp.gemspec +16 -4
  2688. metadata +2689 -54
  2689. data/ext/zxing/zxing-cpp/build/CMakeCache.txt +0 -382
  2690. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CMakeCCompiler.cmake +0 -76
  2691. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CMakeCXXCompiler.cmake +0 -79
  2692. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CMakeDetermineCompilerABI_C.bin +0 -0
  2693. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CMakeDetermineCompilerABI_CXX.bin +0 -0
  2694. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CMakeSystem.cmake +0 -15
  2695. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CompilerIdC/CMakeCCompilerId.c +0 -665
  2696. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CompilerIdC/a.out +0 -0
  2697. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -644
  2698. data/ext/zxing/zxing-cpp/build/CMakeFiles/3.15.4/CompilerIdCXX/a.out +0 -0
  2699. data/ext/zxing/zxing-cpp/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  2700. data/ext/zxing/zxing-cpp/build/CMakeFiles/CMakeOutput.log +0 -447
  2701. data/ext/zxing/zxing-cpp/build/CMakeFiles/Makefile.cmake +0 -125
  2702. data/ext/zxing/zxing-cpp/build/CMakeFiles/Makefile2 +0 -177
  2703. data/ext/zxing/zxing-cpp/build/CMakeFiles/TargetDirectories.txt +0 -9
  2704. data/ext/zxing/zxing-cpp/build/CMakeFiles/cmake.check_cache +0 -1
  2705. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/CXX.includecache +0 -1892
  2706. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/DependInfo.cmake +0 -120
  2707. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/build.make +0 -1584
  2708. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/cmake_clean.cmake +0 -109
  2709. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/cmake_clean_target.cmake +0 -3
  2710. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/depend.internal +0 -1465
  2711. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/depend.make +0 -1465
  2712. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/flags.make +0 -10
  2713. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/link.txt +0 -2
  2714. data/ext/zxing/zxing-cpp/build/CMakeFiles/libzxing.dir/progress.make +0 -102
  2715. data/ext/zxing/zxing-cpp/build/CMakeFiles/progress.marks +0 -1
  2716. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/CXX.includecache +0 -344
  2717. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/DependInfo.cmake +0 -33
  2718. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/build.make +0 -266
  2719. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/cmake_clean.cmake +0 -21
  2720. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/depend.internal +0 -103
  2721. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/depend.make +0 -103
  2722. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/flags.make +0 -10
  2723. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/link.txt +0 -1
  2724. data/ext/zxing/zxing-cpp/build/CMakeFiles/testrunner.dir/progress.make +0 -14
  2725. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/CXX.includecache +0 -378
  2726. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/DependInfo.cmake +0 -25
  2727. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/build.make +0 -145
  2728. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/cmake_clean.cmake +0 -13
  2729. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/depend.internal +0 -53
  2730. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/depend.make +0 -53
  2731. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/flags.make +0 -10
  2732. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/link.txt +0 -1
  2733. data/ext/zxing/zxing-cpp/build/CMakeFiles/zxing.dir/progress.make +0 -6
  2734. data/ext/zxing/zxing-cpp/build/Makefile +0 -3706
  2735. data/ext/zxing/zxing-cpp/build/cmake_install.cmake +0 -73
  2736. data/ext/zxing/zxing-cpp/build/libzxing.a +0 -0
  2737. data/ext/zxing/zxing-cpp/build/testrunner +0 -0
  2738. data/ext/zxing/zxing-cpp/build/zxing +0 -0
@@ -0,0 +1,29 @@
1
+ .. cmake-manual-description: CPack Generator Reference
2
+
3
+ cpack-generators(7)
4
+ *******************
5
+
6
+ .. only:: html
7
+
8
+ .. contents::
9
+
10
+ Generators
11
+ ==========
12
+
13
+ .. toctree::
14
+ :maxdepth: 1
15
+
16
+ /cpack_gen/archive
17
+ /cpack_gen/bundle
18
+ /cpack_gen/cygwin
19
+ /cpack_gen/deb
20
+ /cpack_gen/dmg
21
+ /cpack_gen/external
22
+ /cpack_gen/freebsd
23
+ /cpack_gen/ifw
24
+ /cpack_gen/nsis
25
+ /cpack_gen/nuget
26
+ /cpack_gen/packagemaker
27
+ /cpack_gen/productbuild
28
+ /cpack_gen/rpm
29
+ /cpack_gen/wix
@@ -0,0 +1,111 @@
1
+ .. cmake-manual-description: CPack Command-Line Reference
2
+
3
+ cpack(1)
4
+ ********
5
+
6
+ Synopsis
7
+ ========
8
+
9
+ .. parsed-literal::
10
+
11
+ cpack [<options>]
12
+
13
+ Description
14
+ ===========
15
+
16
+ The **cpack** executable is the CMake packaging program. It generates
17
+ installers and source packages in a variety of formats.
18
+
19
+ For each installer or package format, **cpack** has a specific backend,
20
+ called "generator". A generator is responsible for generating the required
21
+ inputs and invoking the specific package creation tools. These installer
22
+ or package generators are not to be confused with the makefile generators
23
+ of the :manual:`cmake <cmake(1)>` command.
24
+
25
+ All supported generators are specified in the :manual:`cpack-generators
26
+ <cpack-generators(7)>` manual. The command ``cpack --help`` prints a
27
+ list of generators supported for the target platform. Which of them are
28
+ to be used can be selected through the :variable:`CPACK_GENERATOR` variable
29
+ or through the command-line option ``-G``.
30
+
31
+ The **cpack** program is steered by a configuration file written in the
32
+ :manual:`CMake language <cmake-language(7)>`. Unless chosen differently
33
+ through the command-line option ``--config``, the file ``CPackConfig.cmake``
34
+ in the current directory is used.
35
+
36
+ In the standard CMake workflow, the file ``CPackConfig.cmake`` is generated
37
+ by the :manual:`cmake <cmake(1)>` executable, provided the :module:`CPack`
38
+ module is included by the project's ``CMakeLists.txt`` file.
39
+
40
+ Options
41
+ =======
42
+
43
+ ``-G <generators>``
44
+ ``<generators>`` is a :ref:`semicolon-separated list <CMake Language Lists>`
45
+ of generator names. ``cpack`` will iterate through this list and produce
46
+ package(s) in that generator's format according to the details provided in
47
+ the ``CPackConfig.cmake`` configuration file. If this option is not given,
48
+ the :variable:`CPACK_GENERATOR` variable determines the default set of
49
+ generators that will be used.
50
+
51
+ ``-C <configs>``
52
+ Specify the project configuration(s) to be packaged (e.g. ``Debug``,
53
+ ``Release``, etc.), where ``<configs>`` is a
54
+ :ref:`semicolon-separated list <CMake Language Lists>`.
55
+ When the CMake project uses a multi-configuration
56
+ generator such as Xcode or Visual Studio, this option is needed to tell
57
+ ``cpack`` which built executables to include in the package.
58
+
59
+ ``-D <var>=<value>``
60
+ Set a CPack variable. This will override any value set for ``<var>`` in the
61
+ input file read by ``cpack``.
62
+
63
+ ``--config <configFile>``
64
+ Specify the configuration file read by ``cpack`` to provide the packaging
65
+ details. By default, ``CPackConfig.cmake`` in the current directory will
66
+ be used.
67
+
68
+ ``--verbose, -V``
69
+ Run ``cpack`` with verbose output. This can be used to show more details
70
+ from the package generation tools and is suitable for project developers.
71
+
72
+ ``--debug``
73
+ Run ``cpack`` with debug output. This option is intended mainly for the
74
+ developers of ``cpack`` itself and is not normally needed by project
75
+ developers.
76
+
77
+ ``--trace``
78
+ Put the underlying cmake scripts in trace mode.
79
+
80
+ ``--trace-expand``
81
+ Put the underlying cmake scripts in expanded trace mode.
82
+
83
+ ``-P <packageName>``
84
+ Override/define the value of the :variable:`CPACK_PACKAGE_NAME` variable used
85
+ for packaging. Any value set for this variable in the ``CPackConfig.cmake``
86
+ file will then be ignored.
87
+
88
+ ``-R <packageVersion>``
89
+ Override/define the value of the :variable:`CPACK_PACKAGE_VERSION`
90
+ variable used for packaging. It will override a value set in the
91
+ ``CPackConfig.cmake`` file or one automatically computed from
92
+ :variable:`CPACK_PACKAGE_VERSION_MAJOR`,
93
+ :variable:`CPACK_PACKAGE_VERSION_MINOR` and
94
+ :variable:`CPACK_PACKAGE_VERSION_PATCH`.
95
+
96
+ ``-B <packageDirectory>``
97
+ Override/define :variable:`CPACK_PACKAGE_DIRECTORY`, which controls the
98
+ directory where CPack will perform its packaging work. The resultant
99
+ package(s) will be created at this location by default and a
100
+ ``_CPack_Packages`` subdirectory will also be created below this directory to
101
+ use as a working area during package creation.
102
+
103
+ ``--vendor <vendorName>``
104
+ Override/define :variable:`CPACK_PACKAGE_VENDOR`.
105
+
106
+ .. include:: OPTIONS_HELP.txt
107
+
108
+ See Also
109
+ ========
110
+
111
+ .. include:: LINKS.txt
@@ -0,0 +1,1504 @@
1
+ .. cmake-manual-description: CTest Command-Line Reference
2
+
3
+ ctest(1)
4
+ ********
5
+
6
+ .. contents::
7
+
8
+ Synopsis
9
+ ========
10
+
11
+ .. parsed-literal::
12
+
13
+ ctest [<options>]
14
+ ctest --build-and-test <path-to-source> <path-to-build>
15
+ --build-generator <generator> [<options>...]
16
+ [--build-options <opts>...] [--test-command <command> [<args>...]]
17
+ ctest {-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>}
18
+ [-- <dashboard-options>...]
19
+
20
+ Description
21
+ ===========
22
+
23
+ The **ctest** executable is the CMake test driver program.
24
+ CMake-generated build trees created for projects that use the
25
+ :command:`enable_testing` and :command:`add_test` commands have testing support.
26
+ This program will run the tests and report results.
27
+
28
+ Options
29
+ =======
30
+
31
+ ``-C <cfg>, --build-config <cfg>``
32
+ Choose configuration to test.
33
+
34
+ Some CMake-generated build trees can have multiple build
35
+ configurations in the same tree. This option can be used to specify
36
+ which one should be tested. Example configurations are ``Debug`` and
37
+ ``Release``.
38
+
39
+ ``--progress``
40
+ Enable short progress output from tests.
41
+
42
+ When the output of **ctest** is being sent directly to a terminal, the
43
+ progress through the set of tests is reported by updating the same line
44
+ rather than printing start and end messages for each test on new lines.
45
+ This can significantly reduce the verbosity of the test output.
46
+ Test completion messages are still output on their own line for failed
47
+ tests and the final test summary will also still be logged.
48
+
49
+ This option can also be enabled by setting the environment variable
50
+ :envvar:`CTEST_PROGRESS_OUTPUT`.
51
+
52
+ ``-V,--verbose``
53
+ Enable verbose output from tests.
54
+
55
+ Test output is normally suppressed and only summary information is
56
+ displayed. This option will show all test output.
57
+
58
+ ``-VV,--extra-verbose``
59
+ Enable more verbose output from tests.
60
+
61
+ Test output is normally suppressed and only summary information is
62
+ displayed. This option will show even more test output.
63
+
64
+ ``--debug``
65
+ Displaying more verbose internals of CTest.
66
+
67
+ This feature will result in a large number of output that is mostly
68
+ useful for debugging dashboard problems.
69
+
70
+ ``--output-on-failure``
71
+ Output anything outputted by the test program if the test should fail.
72
+ This option can also be enabled by setting the
73
+ :envvar:`CTEST_OUTPUT_ON_FAILURE` environment variable
74
+
75
+ ``-F``
76
+ Enable failover.
77
+
78
+ This option allows CTest to resume a test set execution that was
79
+ previously interrupted. If no interruption occurred, the ``-F`` option
80
+ will have no effect.
81
+
82
+ ``-j <jobs>, --parallel <jobs>``
83
+ Run the tests in parallel using the given number of jobs.
84
+
85
+ This option tells CTest to run the tests in parallel using given
86
+ number of jobs. This option can also be set by setting the
87
+ :envvar:`CTEST_PARALLEL_LEVEL` environment variable.
88
+
89
+ This option can be used with the :prop_test:`PROCESSORS` test property.
90
+
91
+ See `Label and Subproject Summary`_.
92
+
93
+ ``--hardware-spec-file <file>``
94
+ Run CTest with :ref:`hardware allocation <ctest-hardware-allocation>` enabled,
95
+ using the
96
+ :ref:`hardware specification file <ctest-hardware-specification-file>`
97
+ specified in ``<file>``.
98
+
99
+ When ``ctest`` is run as a `Dashboard Client`_ this sets the
100
+ ``HardwareSpecFile`` option of the `CTest Test Step`_.
101
+
102
+ ``--test-load <level>``
103
+ While running tests in parallel (e.g. with ``-j``), try not to start
104
+ tests when they may cause the CPU load to pass above a given threshold.
105
+
106
+ When ``ctest`` is run as a `Dashboard Client`_ this sets the
107
+ ``TestLoad`` option of the `CTest Test Step`_.
108
+
109
+ ``-Q,--quiet``
110
+ Make CTest quiet.
111
+
112
+ This option will suppress all the output. The output log file will
113
+ still be generated if the ``--output-log`` is specified. Options such
114
+ as ``--verbose``, ``--extra-verbose``, and ``--debug`` are ignored
115
+ if ``--quiet`` is specified.
116
+
117
+ ``-O <file>, --output-log <file>``
118
+ Output to log file.
119
+
120
+ This option tells CTest to write all its output to a ``<file>`` log file.
121
+
122
+ ``-N,--show-only[=<format>]``
123
+ Disable actual execution of tests.
124
+
125
+ This option tells CTest to list the tests that would be run but not
126
+ actually run them. Useful in conjunction with the ``-R`` and ``-E``
127
+ options.
128
+
129
+ ``<format>`` can be one of the following values.
130
+
131
+ ``human``
132
+ Human-friendly output. This is not guaranteed to be stable.
133
+ This is the default.
134
+
135
+ ``json-v1``
136
+ Dump the test information in JSON format.
137
+ See `Show as JSON Object Model`_.
138
+
139
+ ``-L <regex>, --label-regex <regex>``
140
+ Run tests with labels matching regular expression.
141
+
142
+ This option tells CTest to run only the tests whose labels match the
143
+ given regular expression.
144
+
145
+ ``-R <regex>, --tests-regex <regex>``
146
+ Run tests matching regular expression.
147
+
148
+ This option tells CTest to run only the tests whose names match the
149
+ given regular expression.
150
+
151
+ ``-E <regex>, --exclude-regex <regex>``
152
+ Exclude tests matching regular expression.
153
+
154
+ This option tells CTest to NOT run the tests whose names match the
155
+ given regular expression.
156
+
157
+ ``-LE <regex>, --label-exclude <regex>``
158
+ Exclude tests with labels matching regular expression.
159
+
160
+ This option tells CTest to NOT run the tests whose labels match the
161
+ given regular expression.
162
+
163
+ ``-FA <regex>, --fixture-exclude-any <regex>``
164
+ Exclude fixtures matching ``<regex>`` from automatically adding any tests to
165
+ the test set.
166
+
167
+ If a test in the set of tests to be executed requires a particular fixture,
168
+ that fixture's setup and cleanup tests would normally be added to the test set
169
+ automatically. This option prevents adding setup or cleanup tests for fixtures
170
+ matching the ``<regex>``. Note that all other fixture behavior is retained,
171
+ including test dependencies and skipping tests that have fixture setup tests
172
+ that fail.
173
+
174
+ ``-FS <regex>, --fixture-exclude-setup <regex>``
175
+ Same as ``-FA`` except only matching setup tests are excluded.
176
+
177
+ ``-FC <regex>, --fixture-exclude-cleanup <regex>``
178
+ Same as ``-FA`` except only matching cleanup tests are excluded.
179
+
180
+ ``-D <dashboard>, --dashboard <dashboard>``
181
+ Execute dashboard test.
182
+
183
+ This option tells CTest to act as a CDash client and perform a
184
+ dashboard test. All tests are ``<Mode><Test>``, where ``<Mode>`` can be
185
+ ``Experimental``, ``Nightly``, and ``Continuous``, and ``<Test>`` can be
186
+ ``Start``, ``Update``, ``Configure``, ``Build``, ``Test``,
187
+ ``Coverage``, and ``Submit``.
188
+
189
+ See `Dashboard Client`_.
190
+
191
+ ``-D <var>:<type>=<value>``
192
+ Define a variable for script mode.
193
+
194
+ Pass in variable values on the command line. Use in conjunction
195
+ with ``-S`` to pass variable values to a dashboard script. Parsing ``-D``
196
+ arguments as variable values is only attempted if the value
197
+ following ``-D`` does not match any of the known dashboard types.
198
+
199
+ ``-M <model>, --test-model <model>``
200
+ Sets the model for a dashboard.
201
+
202
+ This option tells CTest to act as a CDash client where the ``<model>``
203
+ can be ``Experimental``, ``Nightly``, and ``Continuous``.
204
+ Combining ``-M`` and ``-T`` is similar to ``-D``.
205
+
206
+ See `Dashboard Client`_.
207
+
208
+ ``-T <action>, --test-action <action>``
209
+ Sets the dashboard action to perform.
210
+
211
+ This option tells CTest to act as a CDash client and perform some
212
+ action such as ``start``, ``build``, ``test`` etc. See
213
+ `Dashboard Client Steps`_ for the full list of actions.
214
+ Combining ``-M`` and ``-T`` is similar to ``-D``.
215
+
216
+ See `Dashboard Client`_.
217
+
218
+ ``-S <script>, --script <script>``
219
+ Execute a dashboard for a configuration.
220
+
221
+ This option tells CTest to load in a configuration script which sets
222
+ a number of parameters such as the binary and source directories.
223
+ Then CTest will do what is required to create and run a dashboard.
224
+ This option basically sets up a dashboard and then runs ``ctest -D``
225
+ with the appropriate options.
226
+
227
+ See `Dashboard Client`_.
228
+
229
+ ``-SP <script>, --script-new-process <script>``
230
+ Execute a dashboard for a configuration.
231
+
232
+ This option does the same operations as ``-S`` but it will do them in a
233
+ separate process. This is primarily useful in cases where the
234
+ script may modify the environment and you do not want the modified
235
+ environment to impact other ``-S`` scripts.
236
+
237
+ See `Dashboard Client`_.
238
+
239
+ ``-I [Start,End,Stride,test#,test#|Test file], --tests-information``
240
+ Run a specific number of tests by number.
241
+
242
+ This option causes CTest to run tests starting at number ``Start``,
243
+ ending at number ``End``, and incrementing by ``Stride``. Any additional
244
+ numbers after ``Stride`` are considered individual test numbers. ``Start``,
245
+ ``End``, or ``Stride`` can be empty. Optionally a file can be given that
246
+ contains the same syntax as the command line.
247
+
248
+ ``-U, --union``
249
+ Take the Union of ``-I`` and ``-R``.
250
+
251
+ When both ``-R`` and ``-I`` are specified by default the intersection of
252
+ tests are run. By specifying ``-U`` the union of tests is run instead.
253
+
254
+ ``--rerun-failed``
255
+ Run only the tests that failed previously.
256
+
257
+ This option tells CTest to perform only the tests that failed during
258
+ its previous run. When this option is specified, CTest ignores all
259
+ other options intended to modify the list of tests to run (``-L``, ``-R``,
260
+ ``-E``, ``-LE``, ``-I``, etc). In the event that CTest runs and no tests
261
+ fail, subsequent calls to CTest with the ``--rerun-failed`` option will run
262
+ the set of tests that most recently failed (if any).
263
+
264
+ ``--repeat-until-fail <n>``
265
+ Require each test to run ``<n>`` times without failing in order to pass.
266
+
267
+ This is useful in finding sporadic failures in test cases.
268
+
269
+ ``--max-width <width>``
270
+ Set the max width for a test name to output.
271
+
272
+ Set the maximum width for each test name to show in the output.
273
+ This allows the user to widen the output to avoid clipping the test
274
+ name which can be very annoying.
275
+
276
+ ``--interactive-debug-mode [0|1]``
277
+ Set the interactive mode to ``0`` or ``1``.
278
+
279
+ This option causes CTest to run tests in either an interactive mode
280
+ or a non-interactive mode. On Windows this means that in
281
+ non-interactive mode, all system debug pop up windows are blocked.
282
+ In dashboard mode (``Experimental``, ``Nightly``, ``Continuous``), the default
283
+ is non-interactive. When just running tests not for a dashboard the
284
+ default is to allow popups and interactive debugging.
285
+
286
+ ``--no-label-summary``
287
+ Disable timing summary information for labels.
288
+
289
+ This option tells CTest not to print summary information for each
290
+ label associated with the tests run. If there are no labels on the
291
+ tests, nothing extra is printed.
292
+
293
+ See `Label and Subproject Summary`_.
294
+
295
+ ``--no-subproject-summary``
296
+ Disable timing summary information for subprojects.
297
+
298
+ This option tells CTest not to print summary information for each
299
+ subproject associated with the tests run. If there are no subprojects on the
300
+ tests, nothing extra is printed.
301
+
302
+ See `Label and Subproject Summary`_.
303
+
304
+ ``--build-and-test``
305
+ See `Build and Test Mode`_.
306
+
307
+ ``--test-output-size-passed <size>``
308
+ Limit the output for passed tests to ``<size>`` bytes.
309
+
310
+ ``--test-output-size-failed <size>``
311
+ Limit the output for failed tests to ``<size>`` bytes.
312
+
313
+ ``--overwrite``
314
+ Overwrite CTest configuration option.
315
+
316
+ By default CTest uses configuration options from configuration file.
317
+ This option will overwrite the configuration option.
318
+
319
+ ``--force-new-ctest-process``
320
+ Run child CTest instances as new processes.
321
+
322
+ By default CTest will run child CTest instances within the same
323
+ process. If this behavior is not desired, this argument will
324
+ enforce new processes for child CTest processes.
325
+
326
+ ``--schedule-random``
327
+ Use a random order for scheduling tests.
328
+
329
+ This option will run the tests in a random order. It is commonly
330
+ used to detect implicit dependencies in a test suite.
331
+
332
+ ``--submit-index``
333
+ Legacy option for old Dart2 dashboard server feature.
334
+ Do not use.
335
+
336
+ ``--timeout <seconds>``
337
+ Set the default test timeout.
338
+
339
+ This option effectively sets a timeout on all tests that do not
340
+ already have a timeout set on them via the :prop_test:`TIMEOUT`
341
+ property.
342
+
343
+ ``--stop-time <time>``
344
+ Set a time at which all tests should stop running.
345
+
346
+ Set a real time of day at which all tests should timeout. Example:
347
+ ``7:00:00 -0400``. Any time format understood by the curl date parser
348
+ is accepted. Local time is assumed if no timezone is specified.
349
+
350
+ ``--print-labels``
351
+ Print all available test labels.
352
+
353
+ This option will not run any tests, it will simply print the list of
354
+ all labels associated with the test set.
355
+
356
+ .. include:: OPTIONS_HELP.txt
357
+
358
+ .. _`Label and Subproject Summary`:
359
+
360
+ Label and Subproject Summary
361
+ ============================
362
+
363
+ CTest prints timing summary information for each ``LABEL`` and subproject
364
+ associated with the tests run. The label time summary will not include labels
365
+ that are mapped to subprojects.
366
+
367
+ When the :prop_test:`PROCESSORS` test property is set, CTest will display a
368
+ weighted test timing result in label and subproject summaries. The time is
369
+ reported with `sec*proc` instead of just `sec`.
370
+
371
+ The weighted time summary reported for each label or subproject ``j``
372
+ is computed as::
373
+
374
+ Weighted Time Summary for Label/Subproject j =
375
+ sum(raw_test_time[j,i] * num_processors[j,i], i=1...num_tests[j])
376
+
377
+ for labels/subprojects j=1...total
378
+
379
+ where:
380
+
381
+ * ``raw_test_time[j,i]``: Wall-clock time for the ``i`` test
382
+ for the ``j`` label or subproject
383
+ * ``num_processors[j,i]``: Value of the CTest :prop_test:`PROCESSORS` property
384
+ for the ``i`` test for the ``j`` label or subproject
385
+ * ``num_tests[j]``: Number of tests associated with the ``j`` label or subproject
386
+ * ``total``: Total number of labels or subprojects that have at least one test run
387
+
388
+ Therefore, the weighted time summary for each label or subproject represents
389
+ the amount of time that CTest gave to run the tests for each label or
390
+ subproject and gives a good representation of the total expense of the tests
391
+ for each label or subproject when compared to other labels or subprojects.
392
+
393
+ For example, if ``SubprojectA`` showed ``100 sec*proc`` and ``SubprojectB`` showed
394
+ ``10 sec*proc``, then CTest allocated approximately 10 times the CPU/core time
395
+ to run the tests for ``SubprojectA`` than for ``SubprojectB`` (e.g. so if effort
396
+ is going to be expended to reduce the cost of the test suite for the whole
397
+ project, then reducing the cost of the test suite for ``SubprojectA`` would
398
+ likely have a larger impact than effort to reduce the cost of the test suite
399
+ for ``SubprojectB``).
400
+
401
+ .. _`Build and Test Mode`:
402
+
403
+ Build and Test Mode
404
+ ===================
405
+
406
+ CTest provides a command-line signature to configure (i.e. run cmake on),
407
+ build, and/or execute a test::
408
+
409
+ ctest --build-and-test <path-to-source> <path-to-build>
410
+ --build-generator <generator>
411
+ [<options>...]
412
+ [--build-options <opts>...]
413
+ [--test-command <command> [<args>...]]
414
+
415
+ The configure and test steps are optional. The arguments to this command line
416
+ are the source and binary directories. The ``--build-generator`` option *must*
417
+ be provided to use ``--build-and-test``. If ``--test-command`` is specified
418
+ then that will be run after the build is complete. Other options that affect
419
+ this mode include:
420
+
421
+ ``--build-target``
422
+ Specify a specific target to build.
423
+
424
+ If left out the ``all`` target is built.
425
+
426
+ ``--build-nocmake``
427
+ Run the build without running cmake first.
428
+
429
+ Skip the cmake step.
430
+
431
+ ``--build-run-dir``
432
+ Specify directory to run programs from.
433
+
434
+ Directory where programs will be after it has been compiled.
435
+
436
+ ``--build-two-config``
437
+ Run CMake twice.
438
+
439
+ ``--build-exe-dir``
440
+ Specify the directory for the executable.
441
+
442
+ ``--build-generator``
443
+ Specify the generator to use. See the :manual:`cmake-generators(7)` manual.
444
+
445
+ ``--build-generator-platform``
446
+ Specify the generator-specific platform.
447
+
448
+ ``--build-generator-toolset``
449
+ Specify the generator-specific toolset.
450
+
451
+ ``--build-project``
452
+ Specify the name of the project to build.
453
+
454
+ ``--build-makeprogram``
455
+ Specify the explicit make program to be used by CMake when configuring and
456
+ building the project. Only applicable for Make and Ninja based generators.
457
+
458
+ ``--build-noclean``
459
+ Skip the make clean step.
460
+
461
+ ``--build-config-sample``
462
+ A sample executable to use to determine the configuration that
463
+ should be used. e.g. ``Debug``, ``Release`` etc.
464
+
465
+ ``--build-options``
466
+ Additional options for configuring the build (i.e. for CMake, not for
467
+ the build tool). Note that if this is specified, the ``--build-options``
468
+ keyword and its arguments must be the last option given on the command
469
+ line, with the possible exception of ``--test-command``.
470
+
471
+ ``--test-command``
472
+ The command to run as the test step with the ``--build-and-test`` option.
473
+ All arguments following this keyword will be assumed to be part of the
474
+ test command line, so it must be the last option given.
475
+
476
+ ``--test-timeout``
477
+ The time limit in seconds
478
+
479
+ .. _`Dashboard Client`:
480
+
481
+ Dashboard Client
482
+ ================
483
+
484
+ CTest can operate as a client for the `CDash`_ software quality dashboard
485
+ application. As a dashboard client, CTest performs a sequence of steps
486
+ to configure, build, and test software, and then submits the results to
487
+ a `CDash`_ server. The command-line signature used to submit to `CDash`_ is::
488
+
489
+ ctest (-D <dashboard> | -M <model> -T <action> | -S <script> | -SP <script>)
490
+ [-- <dashboard-options>...]
491
+
492
+ Options for Dashboard Client include:
493
+
494
+ ``--group <group>``
495
+ Specify what group you'd like to submit results to
496
+
497
+ Submit dashboard to specified group instead of default one. By
498
+ default, the dashboard is submitted to Nightly, Experimental, or
499
+ Continuous group, but by specifying this option, the group can be
500
+ arbitrary.
501
+
502
+ This replaces the deprecated option ``--track``.
503
+ Despite the name change its behavior is unchanged.
504
+
505
+ ``-A <file>, --add-notes <file>``
506
+ Add a notes file with submission.
507
+
508
+ This option tells CTest to include a notes file when submitting
509
+ dashboard.
510
+
511
+ ``--tomorrow-tag``
512
+ ``Nightly`` or ``Experimental`` starts with next day tag.
513
+
514
+ This is useful if the build will not finish in one day.
515
+
516
+ ``--extra-submit <file>[;<file>]``
517
+ Submit extra files to the dashboard.
518
+
519
+ This option will submit extra files to the dashboard.
520
+
521
+ ``--http1.0``
522
+ Submit using `HTTP 1.0`.
523
+
524
+ This option will force CTest to use `HTTP 1.0` to submit files to the
525
+ dashboard, instead of `HTTP 1.1`.
526
+
527
+ ``--no-compress-output``
528
+ Do not compress test output when submitting.
529
+
530
+ This flag will turn off automatic compression of test output. Use
531
+ this to maintain compatibility with an older version of CDash which
532
+ doesn't support compressed test output.
533
+
534
+ Dashboard Client Steps
535
+ ----------------------
536
+
537
+ CTest defines an ordered list of testing steps of which some or all may
538
+ be run as a dashboard client:
539
+
540
+ ``Start``
541
+ Start a new dashboard submission to be composed of results recorded
542
+ by the following steps.
543
+ See the `CTest Start Step`_ section below.
544
+
545
+ ``Update``
546
+ Update the source tree from its version control repository.
547
+ Record the old and new versions and the list of updated source files.
548
+ See the `CTest Update Step`_ section below.
549
+
550
+ ``Configure``
551
+ Configure the software by running a command in the build tree.
552
+ Record the configuration output log.
553
+ See the `CTest Configure Step`_ section below.
554
+
555
+ ``Build``
556
+ Build the software by running a command in the build tree.
557
+ Record the build output log and detect warnings and errors.
558
+ See the `CTest Build Step`_ section below.
559
+
560
+ ``Test``
561
+ Test the software by loading a ``CTestTestfile.cmake``
562
+ from the build tree and executing the defined tests.
563
+ Record the output and result of each test.
564
+ See the `CTest Test Step`_ section below.
565
+
566
+ ``Coverage``
567
+ Compute coverage of the source code by running a coverage
568
+ analysis tool and recording its output.
569
+ See the `CTest Coverage Step`_ section below.
570
+
571
+ ``MemCheck``
572
+ Run the software test suite through a memory check tool.
573
+ Record the test output, results, and issues reported by the tool.
574
+ See the `CTest MemCheck Step`_ section below.
575
+
576
+ ``Submit``
577
+ Submit results recorded from other testing steps to the
578
+ software quality dashboard server.
579
+ See the `CTest Submit Step`_ section below.
580
+
581
+ Dashboard Client Modes
582
+ ----------------------
583
+
584
+ CTest defines three modes of operation as a dashboard client:
585
+
586
+ ``Nightly``
587
+ This mode is intended to be invoked once per day, typically at night.
588
+ It enables the ``Start``, ``Update``, ``Configure``, ``Build``, ``Test``,
589
+ ``Coverage``, and ``Submit`` steps by default. Selected steps run even
590
+ if the ``Update`` step reports no changes to the source tree.
591
+
592
+ ``Continuous``
593
+ This mode is intended to be invoked repeatedly throughout the day.
594
+ It enables the ``Start``, ``Update``, ``Configure``, ``Build``, ``Test``,
595
+ ``Coverage``, and ``Submit`` steps by default, but exits after the
596
+ ``Update`` step if it reports no changes to the source tree.
597
+
598
+ ``Experimental``
599
+ This mode is intended to be invoked by a developer to test local changes.
600
+ It enables the ``Start``, ``Configure``, ``Build``, ``Test``, ``Coverage``,
601
+ and ``Submit`` steps by default.
602
+
603
+ Dashboard Client via CTest Command-Line
604
+ ---------------------------------------
605
+
606
+ CTest can perform testing on an already-generated build tree.
607
+ Run the ``ctest`` command with the current working directory set
608
+ to the build tree and use one of these signatures::
609
+
610
+ ctest -D <mode>[<step>]
611
+ ctest -M <mode> [ -T <step> ]...
612
+
613
+ The ``<mode>`` must be one of the above `Dashboard Client Modes`_,
614
+ and each ``<step>`` must be one of the above `Dashboard Client Steps`_.
615
+
616
+ CTest reads the `Dashboard Client Configuration`_ settings from
617
+ a file in the build tree called either ``CTestConfiguration.ini``
618
+ or ``DartConfiguration.tcl`` (the names are historical). The format
619
+ of the file is::
620
+
621
+ # Lines starting in '#' are comments.
622
+ # Other non-blank lines are key-value pairs.
623
+ <setting>: <value>
624
+
625
+ where ``<setting>`` is the setting name and ``<value>`` is the
626
+ setting value.
627
+
628
+ In build trees generated by CMake, this configuration file is
629
+ generated by the :module:`CTest` module if included by the project.
630
+ The module uses variables to obtain a value for each setting
631
+ as documented with the settings below.
632
+
633
+ .. _`CTest Script`:
634
+
635
+ Dashboard Client via CTest Script
636
+ ---------------------------------
637
+
638
+ CTest can perform testing driven by a :manual:`cmake-language(7)`
639
+ script that creates and maintains the source and build tree as
640
+ well as performing the testing steps. Run the ``ctest`` command
641
+ with the current working directory set outside of any build tree
642
+ and use one of these signatures::
643
+
644
+ ctest -S <script>
645
+ ctest -SP <script>
646
+
647
+ The ``<script>`` file must call :ref:`CTest Commands` commands
648
+ to run testing steps explicitly as documented below. The commands
649
+ obtain `Dashboard Client Configuration`_ settings from their
650
+ arguments or from variables set in the script.
651
+
652
+ Dashboard Client Configuration
653
+ ==============================
654
+
655
+ The `Dashboard Client Steps`_ may be configured by named
656
+ settings as documented in the following sections.
657
+
658
+ .. _`CTest Start Step`:
659
+
660
+ CTest Start Step
661
+ ----------------
662
+
663
+ Start a new dashboard submission to be composed of results recorded
664
+ by the following steps.
665
+
666
+ In a `CTest Script`_, the :command:`ctest_start` command runs this step.
667
+ Arguments to the command may specify some of the step settings.
668
+ The command first runs the command-line specified by the
669
+ ``CTEST_CHECKOUT_COMMAND`` variable, if set, to initialize the source
670
+ directory.
671
+
672
+ Configuration settings include:
673
+
674
+ ``BuildDirectory``
675
+ The full path to the project build tree.
676
+
677
+ * `CTest Script`_ variable: :variable:`CTEST_BINARY_DIRECTORY`
678
+ * :module:`CTest` module variable: :variable:`PROJECT_BINARY_DIR`
679
+
680
+ ``SourceDirectory``
681
+ The full path to the project source tree.
682
+
683
+ * `CTest Script`_ variable: :variable:`CTEST_SOURCE_DIRECTORY`
684
+ * :module:`CTest` module variable: :variable:`PROJECT_SOURCE_DIR`
685
+
686
+ .. _`CTest Update Step`:
687
+
688
+ CTest Update Step
689
+ -----------------
690
+
691
+ In a `CTest Script`_, the :command:`ctest_update` command runs this step.
692
+ Arguments to the command may specify some of the step settings.
693
+
694
+ Configuration settings to specify the version control tool include:
695
+
696
+ ``BZRCommand``
697
+ ``bzr`` command-line tool to use if source tree is managed by Bazaar.
698
+
699
+ * `CTest Script`_ variable: :variable:`CTEST_BZR_COMMAND`
700
+ * :module:`CTest` module variable: none
701
+
702
+ ``BZRUpdateOptions``
703
+ Command-line options to the ``BZRCommand`` when updating the source.
704
+
705
+ * `CTest Script`_ variable: :variable:`CTEST_BZR_UPDATE_OPTIONS`
706
+ * :module:`CTest` module variable: none
707
+
708
+ ``CVSCommand``
709
+ ``cvs`` command-line tool to use if source tree is managed by CVS.
710
+
711
+ * `CTest Script`_ variable: :variable:`CTEST_CVS_COMMAND`
712
+ * :module:`CTest` module variable: ``CVSCOMMAND``
713
+
714
+ ``CVSUpdateOptions``
715
+ Command-line options to the ``CVSCommand`` when updating the source.
716
+
717
+ * `CTest Script`_ variable: :variable:`CTEST_CVS_UPDATE_OPTIONS`
718
+ * :module:`CTest` module variable: ``CVS_UPDATE_OPTIONS``
719
+
720
+ ``GITCommand``
721
+ ``git`` command-line tool to use if source tree is managed by Git.
722
+
723
+ * `CTest Script`_ variable: :variable:`CTEST_GIT_COMMAND`
724
+ * :module:`CTest` module variable: ``GITCOMMAND``
725
+
726
+ The source tree is updated by ``git fetch`` followed by
727
+ ``git reset --hard`` to the ``FETCH_HEAD``. The result is the same
728
+ as ``git pull`` except that any local modifications are overwritten.
729
+ Use ``GITUpdateCustom`` to specify a different approach.
730
+
731
+ ``GITInitSubmodules``
732
+ If set, CTest will update the repository's submodules before updating.
733
+
734
+ * `CTest Script`_ variable: :variable:`CTEST_GIT_INIT_SUBMODULES`
735
+ * :module:`CTest` module variable: ``CTEST_GIT_INIT_SUBMODULES``
736
+
737
+ ``GITUpdateCustom``
738
+ Specify a custom command line (as a semicolon-separated list) to run
739
+ in the source tree (Git work tree) to update it instead of running
740
+ the ``GITCommand``.
741
+
742
+ * `CTest Script`_ variable: :variable:`CTEST_GIT_UPDATE_CUSTOM`
743
+ * :module:`CTest` module variable: ``CTEST_GIT_UPDATE_CUSTOM``
744
+
745
+ ``GITUpdateOptions``
746
+ Command-line options to the ``GITCommand`` when updating the source.
747
+
748
+ * `CTest Script`_ variable: :variable:`CTEST_GIT_UPDATE_OPTIONS`
749
+ * :module:`CTest` module variable: ``GIT_UPDATE_OPTIONS``
750
+
751
+ ``HGCommand``
752
+ ``hg`` command-line tool to use if source tree is managed by Mercurial.
753
+
754
+ * `CTest Script`_ variable: :variable:`CTEST_HG_COMMAND`
755
+ * :module:`CTest` module variable: none
756
+
757
+ ``HGUpdateOptions``
758
+ Command-line options to the ``HGCommand`` when updating the source.
759
+
760
+ * `CTest Script`_ variable: :variable:`CTEST_HG_UPDATE_OPTIONS`
761
+ * :module:`CTest` module variable: none
762
+
763
+ ``P4Client``
764
+ Value of the ``-c`` option to the ``P4Command``.
765
+
766
+ * `CTest Script`_ variable: :variable:`CTEST_P4_CLIENT`
767
+ * :module:`CTest` module variable: ``CTEST_P4_CLIENT``
768
+
769
+ ``P4Command``
770
+ ``p4`` command-line tool to use if source tree is managed by Perforce.
771
+
772
+ * `CTest Script`_ variable: :variable:`CTEST_P4_COMMAND`
773
+ * :module:`CTest` module variable: ``P4COMMAND``
774
+
775
+ ``P4Options``
776
+ Command-line options to the ``P4Command`` for all invocations.
777
+
778
+ * `CTest Script`_ variable: :variable:`CTEST_P4_OPTIONS`
779
+ * :module:`CTest` module variable: ``CTEST_P4_OPTIONS``
780
+
781
+ ``P4UpdateCustom``
782
+ Specify a custom command line (as a semicolon-separated list) to run
783
+ in the source tree (Perforce tree) to update it instead of running
784
+ the ``P4Command``.
785
+
786
+ * `CTest Script`_ variable: none
787
+ * :module:`CTest` module variable: ``CTEST_P4_UPDATE_CUSTOM``
788
+
789
+ ``P4UpdateOptions``
790
+ Command-line options to the ``P4Command`` when updating the source.
791
+
792
+ * `CTest Script`_ variable: :variable:`CTEST_P4_UPDATE_OPTIONS`
793
+ * :module:`CTest` module variable: ``CTEST_P4_UPDATE_OPTIONS``
794
+
795
+ ``SVNCommand``
796
+ ``svn`` command-line tool to use if source tree is managed by Subversion.
797
+
798
+ * `CTest Script`_ variable: :variable:`CTEST_SVN_COMMAND`
799
+ * :module:`CTest` module variable: ``SVNCOMMAND``
800
+
801
+ ``SVNOptions``
802
+ Command-line options to the ``SVNCommand`` for all invocations.
803
+
804
+ * `CTest Script`_ variable: :variable:`CTEST_SVN_OPTIONS`
805
+ * :module:`CTest` module variable: ``CTEST_SVN_OPTIONS``
806
+
807
+ ``SVNUpdateOptions``
808
+ Command-line options to the ``SVNCommand`` when updating the source.
809
+
810
+ * `CTest Script`_ variable: :variable:`CTEST_SVN_UPDATE_OPTIONS`
811
+ * :module:`CTest` module variable: ``SVN_UPDATE_OPTIONS``
812
+
813
+ ``UpdateCommand``
814
+ Specify the version-control command-line tool to use without
815
+ detecting the VCS that manages the source tree.
816
+
817
+ * `CTest Script`_ variable: :variable:`CTEST_UPDATE_COMMAND`
818
+ * :module:`CTest` module variable: ``<VCS>COMMAND``
819
+ when ``UPDATE_TYPE`` is ``<vcs>``, else ``UPDATE_COMMAND``
820
+
821
+ ``UpdateOptions``
822
+ Command-line options to the ``UpdateCommand``.
823
+
824
+ * `CTest Script`_ variable: :variable:`CTEST_UPDATE_OPTIONS`
825
+ * :module:`CTest` module variable: ``<VCS>_UPDATE_OPTIONS``
826
+ when ``UPDATE_TYPE`` is ``<vcs>``, else ``UPDATE_OPTIONS``
827
+
828
+ ``UpdateType``
829
+ Specify the version-control system that manages the source
830
+ tree if it cannot be detected automatically.
831
+ The value may be ``bzr``, ``cvs``, ``git``, ``hg``,
832
+ ``p4``, or ``svn``.
833
+
834
+ * `CTest Script`_ variable: none, detected from source tree
835
+ * :module:`CTest` module variable: ``UPDATE_TYPE`` if set,
836
+ else ``CTEST_UPDATE_TYPE``
837
+
838
+ .. _`UpdateVersionOnly`:
839
+
840
+ ``UpdateVersionOnly``
841
+ Specify that you want the version control update command to only
842
+ discover the current version that is checked out, and not to update
843
+ to a different version.
844
+
845
+ * `CTest Script`_ variable: :variable:`CTEST_UPDATE_VERSION_ONLY`
846
+
847
+ .. _`UpdateVersionOverride`:
848
+
849
+ ``UpdateVersionOverride``
850
+ Specify the current version of your source tree.
851
+
852
+ When this variable is set to a non-empty string, CTest will report the value
853
+ you specified rather than using the update command to discover the current
854
+ version that is checked out. Use of this variable supersedes
855
+ ``UpdateVersionOnly``. Like ``UpdateVersionOnly``, using this variable tells
856
+ CTest not to update the source tree to a different version.
857
+
858
+ * `CTest Script`_ variable: :variable:`CTEST_UPDATE_VERSION_OVERRIDE`
859
+
860
+ Additional configuration settings include:
861
+
862
+ ``NightlyStartTime``
863
+ In the ``Nightly`` dashboard mode, specify the "nightly start time".
864
+ With centralized version control systems (``cvs`` and ``svn``),
865
+ the ``Update`` step checks out the version of the software as of
866
+ this time so that multiple clients choose a common version to test.
867
+ This is not well-defined in distributed version-control systems so
868
+ the setting is ignored.
869
+
870
+ * `CTest Script`_ variable: :variable:`CTEST_NIGHTLY_START_TIME`
871
+ * :module:`CTest` module variable: ``NIGHTLY_START_TIME`` if set,
872
+ else ``CTEST_NIGHTLY_START_TIME``
873
+
874
+ .. _`CTest Configure Step`:
875
+
876
+ CTest Configure Step
877
+ --------------------
878
+
879
+ In a `CTest Script`_, the :command:`ctest_configure` command runs this step.
880
+ Arguments to the command may specify some of the step settings.
881
+
882
+ Configuration settings include:
883
+
884
+ ``ConfigureCommand``
885
+ Command-line to launch the software configuration process.
886
+ It will be executed in the location specified by the
887
+ ``BuildDirectory`` setting.
888
+
889
+ * `CTest Script`_ variable: :variable:`CTEST_CONFIGURE_COMMAND`
890
+ * :module:`CTest` module variable: :variable:`CMAKE_COMMAND`
891
+ followed by :variable:`PROJECT_SOURCE_DIR`
892
+
893
+ ``LabelsForSubprojects``
894
+ Specify a semicolon-separated list of labels that will be treated as
895
+ subprojects. This mapping will be passed on to CDash when configure, test or
896
+ build results are submitted.
897
+
898
+ * `CTest Script`_ variable: :variable:`CTEST_LABELS_FOR_SUBPROJECTS`
899
+ * :module:`CTest` module variable: ``CTEST_LABELS_FOR_SUBPROJECTS``
900
+
901
+ See `Label and Subproject Summary`_.
902
+
903
+ .. _`CTest Build Step`:
904
+
905
+ CTest Build Step
906
+ ----------------
907
+
908
+ In a `CTest Script`_, the :command:`ctest_build` command runs this step.
909
+ Arguments to the command may specify some of the step settings.
910
+
911
+ Configuration settings include:
912
+
913
+ ``DefaultCTestConfigurationType``
914
+ When the build system to be launched allows build-time selection
915
+ of the configuration (e.g. ``Debug``, ``Release``), this specifies
916
+ the default configuration to be built when no ``-C`` option is
917
+ given to the ``ctest`` command. The value will be substituted into
918
+ the value of ``MakeCommand`` to replace the literal string
919
+ ``${CTEST_CONFIGURATION_TYPE}`` if it appears.
920
+
921
+ * `CTest Script`_ variable: :variable:`CTEST_CONFIGURATION_TYPE`
922
+ * :module:`CTest` module variable: ``DEFAULT_CTEST_CONFIGURATION_TYPE``,
923
+ initialized by the :envvar:`CMAKE_CONFIG_TYPE` environment variable
924
+
925
+ ``LabelsForSubprojects``
926
+ Specify a semicolon-separated list of labels that will be treated as
927
+ subprojects. This mapping will be passed on to CDash when configure, test or
928
+ build results are submitted.
929
+
930
+ * `CTest Script`_ variable: :variable:`CTEST_LABELS_FOR_SUBPROJECTS`
931
+ * :module:`CTest` module variable: ``CTEST_LABELS_FOR_SUBPROJECTS``
932
+
933
+ See `Label and Subproject Summary`_.
934
+
935
+ ``MakeCommand``
936
+ Command-line to launch the software build process.
937
+ It will be executed in the location specified by the
938
+ ``BuildDirectory`` setting.
939
+
940
+ * `CTest Script`_ variable: :variable:`CTEST_BUILD_COMMAND`
941
+ * :module:`CTest` module variable: ``MAKECOMMAND``,
942
+ initialized by the :command:`build_command` command
943
+
944
+ ``UseLaunchers``
945
+ For build trees generated by CMake using one of the
946
+ :ref:`Makefile Generators` or the :generator:`Ninja`
947
+ generator, specify whether the
948
+ ``CTEST_USE_LAUNCHERS`` feature is enabled by the
949
+ :module:`CTestUseLaunchers` module (also included by the
950
+ :module:`CTest` module). When enabled, the generated build
951
+ system wraps each invocation of the compiler, linker, or
952
+ custom command line with a "launcher" that communicates
953
+ with CTest via environment variables and files to report
954
+ granular build warning and error information. Otherwise,
955
+ CTest must "scrape" the build output log for diagnostics.
956
+
957
+ * `CTest Script`_ variable: :variable:`CTEST_USE_LAUNCHERS`
958
+ * :module:`CTest` module variable: ``CTEST_USE_LAUNCHERS``
959
+
960
+ .. _`CTest Test Step`:
961
+
962
+ CTest Test Step
963
+ ---------------
964
+
965
+ In a `CTest Script`_, the :command:`ctest_test` command runs this step.
966
+ Arguments to the command may specify some of the step settings.
967
+
968
+ Configuration settings include:
969
+
970
+ ``HardwareSpecFile``
971
+ Specify a
972
+ :ref:`hardware specification file <ctest-hardware-specification-file>`. See
973
+ :ref:`ctest-hardware-allocation` for more information.
974
+
975
+ ``LabelsForSubprojects``
976
+ Specify a semicolon-separated list of labels that will be treated as
977
+ subprojects. This mapping will be passed on to CDash when configure, test or
978
+ build results are submitted.
979
+
980
+ * `CTest Script`_ variable: :variable:`CTEST_LABELS_FOR_SUBPROJECTS`
981
+ * :module:`CTest` module variable: ``CTEST_LABELS_FOR_SUBPROJECTS``
982
+
983
+ See `Label and Subproject Summary`_.
984
+
985
+ ``TestLoad``
986
+ While running tests in parallel (e.g. with ``-j``), try not to start
987
+ tests when they may cause the CPU load to pass above a given threshold.
988
+
989
+ * `CTest Script`_ variable: :variable:`CTEST_TEST_LOAD`
990
+ * :module:`CTest` module variable: ``CTEST_TEST_LOAD``
991
+
992
+ ``TimeOut``
993
+ The default timeout for each test if not specified by the
994
+ :prop_test:`TIMEOUT` test property.
995
+
996
+ * `CTest Script`_ variable: :variable:`CTEST_TEST_TIMEOUT`
997
+ * :module:`CTest` module variable: ``DART_TESTING_TIMEOUT``
998
+
999
+ .. _`CTest Coverage Step`:
1000
+
1001
+ CTest Coverage Step
1002
+ -------------------
1003
+
1004
+ In a `CTest Script`_, the :command:`ctest_coverage` command runs this step.
1005
+ Arguments to the command may specify some of the step settings.
1006
+
1007
+ Configuration settings include:
1008
+
1009
+ ``CoverageCommand``
1010
+ Command-line tool to perform software coverage analysis.
1011
+ It will be executed in the location specified by the
1012
+ ``BuildDirectory`` setting.
1013
+
1014
+ * `CTest Script`_ variable: :variable:`CTEST_COVERAGE_COMMAND`
1015
+ * :module:`CTest` module variable: ``COVERAGE_COMMAND``
1016
+
1017
+ ``CoverageExtraFlags``
1018
+ Specify command-line options to the ``CoverageCommand`` tool.
1019
+
1020
+ * `CTest Script`_ variable: :variable:`CTEST_COVERAGE_EXTRA_FLAGS`
1021
+ * :module:`CTest` module variable: ``COVERAGE_EXTRA_FLAGS``
1022
+
1023
+ These options are the first arguments passed to ``CoverageCommand``.
1024
+
1025
+ .. _`CTest MemCheck Step`:
1026
+
1027
+ CTest MemCheck Step
1028
+ -------------------
1029
+
1030
+ In a `CTest Script`_, the :command:`ctest_memcheck` command runs this step.
1031
+ Arguments to the command may specify some of the step settings.
1032
+
1033
+ Configuration settings include:
1034
+
1035
+ ``MemoryCheckCommand``
1036
+ Command-line tool to perform dynamic analysis. Test command lines
1037
+ will be launched through this tool.
1038
+
1039
+ * `CTest Script`_ variable: :variable:`CTEST_MEMORYCHECK_COMMAND`
1040
+ * :module:`CTest` module variable: ``MEMORYCHECK_COMMAND``
1041
+
1042
+ ``MemoryCheckCommandOptions``
1043
+ Specify command-line options to the ``MemoryCheckCommand`` tool.
1044
+ They will be placed prior to the test command line.
1045
+
1046
+ * `CTest Script`_ variable: :variable:`CTEST_MEMORYCHECK_COMMAND_OPTIONS`
1047
+ * :module:`CTest` module variable: ``MEMORYCHECK_COMMAND_OPTIONS``
1048
+
1049
+ ``MemoryCheckType``
1050
+ Specify the type of memory checking to perform.
1051
+
1052
+ * `CTest Script`_ variable: :variable:`CTEST_MEMORYCHECK_TYPE`
1053
+ * :module:`CTest` module variable: ``MEMORYCHECK_TYPE``
1054
+
1055
+ ``MemoryCheckSanitizerOptions``
1056
+ Specify options to sanitizers when running with a sanitize-enabled build.
1057
+
1058
+ * `CTest Script`_ variable: :variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS`
1059
+ * :module:`CTest` module variable: ``MEMORYCHECK_SANITIZER_OPTIONS``
1060
+
1061
+ ``MemoryCheckSuppressionFile``
1062
+ Specify a file containing suppression rules for the
1063
+ ``MemoryCheckCommand`` tool. It will be passed with options
1064
+ appropriate to the tool.
1065
+
1066
+ * `CTest Script`_ variable: :variable:`CTEST_MEMORYCHECK_SUPPRESSIONS_FILE`
1067
+ * :module:`CTest` module variable: ``MEMORYCHECK_SUPPRESSIONS_FILE``
1068
+
1069
+ Additional configuration settings include:
1070
+
1071
+ ``BoundsCheckerCommand``
1072
+ Specify a ``MemoryCheckCommand`` that is known to be command-line
1073
+ compatible with Bounds Checker.
1074
+
1075
+ * `CTest Script`_ variable: none
1076
+ * :module:`CTest` module variable: none
1077
+
1078
+ ``PurifyCommand``
1079
+ Specify a ``MemoryCheckCommand`` that is known to be command-line
1080
+ compatible with Purify.
1081
+
1082
+ * `CTest Script`_ variable: none
1083
+ * :module:`CTest` module variable: ``PURIFYCOMMAND``
1084
+
1085
+ ``ValgrindCommand``
1086
+ Specify a ``MemoryCheckCommand`` that is known to be command-line
1087
+ compatible with Valgrind.
1088
+
1089
+ * `CTest Script`_ variable: none
1090
+ * :module:`CTest` module variable: ``VALGRIND_COMMAND``
1091
+
1092
+ ``ValgrindCommandOptions``
1093
+ Specify command-line options to the ``ValgrindCommand`` tool.
1094
+ They will be placed prior to the test command line.
1095
+
1096
+ * `CTest Script`_ variable: none
1097
+ * :module:`CTest` module variable: ``VALGRIND_COMMAND_OPTIONS``
1098
+
1099
+ .. _`CTest Submit Step`:
1100
+
1101
+ CTest Submit Step
1102
+ -----------------
1103
+
1104
+ In a `CTest Script`_, the :command:`ctest_submit` command runs this step.
1105
+ Arguments to the command may specify some of the step settings.
1106
+
1107
+ Configuration settings include:
1108
+
1109
+ ``BuildName``
1110
+ Describe the dashboard client platform with a short string.
1111
+ (Operating system, compiler, etc.)
1112
+
1113
+ * `CTest Script`_ variable: :variable:`CTEST_BUILD_NAME`
1114
+ * :module:`CTest` module variable: ``BUILDNAME``
1115
+
1116
+ ``CDashVersion``
1117
+ Legacy option. Not used.
1118
+
1119
+ * `CTest Script`_ variable: none, detected from server
1120
+ * :module:`CTest` module variable: ``CTEST_CDASH_VERSION``
1121
+
1122
+ ``CTestSubmitRetryCount``
1123
+ Specify a number of attempts to retry submission on network failure.
1124
+
1125
+ * `CTest Script`_ variable: none,
1126
+ use the :command:`ctest_submit` ``RETRY_COUNT`` option.
1127
+ * :module:`CTest` module variable: ``CTEST_SUBMIT_RETRY_COUNT``
1128
+
1129
+ ``CTestSubmitRetryDelay``
1130
+ Specify a delay before retrying submission on network failure.
1131
+
1132
+ * `CTest Script`_ variable: none,
1133
+ use the :command:`ctest_submit` ``RETRY_DELAY`` option.
1134
+ * :module:`CTest` module variable: ``CTEST_SUBMIT_RETRY_DELAY``
1135
+
1136
+ ``CurlOptions``
1137
+ Specify a semicolon-separated list of options to control the
1138
+ Curl library that CTest uses internally to connect to the
1139
+ server. Possible options are ``CURLOPT_SSL_VERIFYPEER_OFF``
1140
+ and ``CURLOPT_SSL_VERIFYHOST_OFF``.
1141
+
1142
+ * `CTest Script`_ variable: :variable:`CTEST_CURL_OPTIONS`
1143
+ * :module:`CTest` module variable: ``CTEST_CURL_OPTIONS``
1144
+
1145
+ ``DropLocation``
1146
+ Legacy option. When ``SubmitURL`` is not set, it is constructed from
1147
+ ``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and
1148
+ ``DropLocation``.
1149
+
1150
+ * `CTest Script`_ variable: :variable:`CTEST_DROP_LOCATION`
1151
+ * :module:`CTest` module variable: ``DROP_LOCATION`` if set,
1152
+ else ``CTEST_DROP_LOCATION``
1153
+
1154
+ ``DropMethod``
1155
+ Legacy option. When ``SubmitURL`` is not set, it is constructed from
1156
+ ``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and
1157
+ ``DropLocation``.
1158
+
1159
+ * `CTest Script`_ variable: :variable:`CTEST_DROP_METHOD`
1160
+ * :module:`CTest` module variable: ``DROP_METHOD`` if set,
1161
+ else ``CTEST_DROP_METHOD``
1162
+
1163
+ ``DropSite``
1164
+ Legacy option. When ``SubmitURL`` is not set, it is constructed from
1165
+ ``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and
1166
+ ``DropLocation``.
1167
+
1168
+ * `CTest Script`_ variable: :variable:`CTEST_DROP_SITE`
1169
+ * :module:`CTest` module variable: ``DROP_SITE`` if set,
1170
+ else ``CTEST_DROP_SITE``
1171
+
1172
+ ``DropSitePassword``
1173
+ Legacy option. When ``SubmitURL`` is not set, it is constructed from
1174
+ ``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and
1175
+ ``DropLocation``.
1176
+
1177
+ * `CTest Script`_ variable: :variable:`CTEST_DROP_SITE_PASSWORD`
1178
+ * :module:`CTest` module variable: ``DROP_SITE_PASSWORD`` if set,
1179
+ else ``CTEST_DROP_SITE_PASWORD``
1180
+
1181
+ ``DropSiteUser``
1182
+ Legacy option. When ``SubmitURL`` is not set, it is constructed from
1183
+ ``DropMethod``, ``DropSiteUser``, ``DropSitePassword``, ``DropSite``, and
1184
+ ``DropLocation``.
1185
+
1186
+ * `CTest Script`_ variable: :variable:`CTEST_DROP_SITE_USER`
1187
+ * :module:`CTest` module variable: ``DROP_SITE_USER`` if set,
1188
+ else ``CTEST_DROP_SITE_USER``
1189
+
1190
+ ``IsCDash``
1191
+ Legacy option. Not used.
1192
+
1193
+ * `CTest Script`_ variable: :variable:`CTEST_DROP_SITE_CDASH`
1194
+ * :module:`CTest` module variable: ``CTEST_DROP_SITE_CDASH``
1195
+
1196
+ ``ScpCommand``
1197
+ Legacy option. Not used.
1198
+
1199
+ * `CTest Script`_ variable: :variable:`CTEST_SCP_COMMAND`
1200
+ * :module:`CTest` module variable: ``SCPCOMMAND``
1201
+
1202
+ ``Site``
1203
+ Describe the dashboard client host site with a short string.
1204
+ (Hostname, domain, etc.)
1205
+
1206
+ * `CTest Script`_ variable: :variable:`CTEST_SITE`
1207
+ * :module:`CTest` module variable: ``SITE``,
1208
+ initialized by the :command:`site_name` command
1209
+
1210
+ ``SubmitURL``
1211
+ The ``http`` or ``https`` URL of the dashboard server to send the submission
1212
+ to.
1213
+
1214
+ * `CTest Script`_ variable: :variable:`CTEST_SUBMIT_URL`
1215
+ * :module:`CTest` module variable: ``SUBMIT_URL`` if set,
1216
+ else ``CTEST_SUBMIT_URL``
1217
+
1218
+ ``TriggerSite``
1219
+ Legacy option. Not used.
1220
+
1221
+ * `CTest Script`_ variable: :variable:`CTEST_TRIGGER_SITE`
1222
+ * :module:`CTest` module variable: ``TRIGGER_SITE`` if set,
1223
+ else ``CTEST_TRIGGER_SITE``
1224
+
1225
+ .. _`Show as JSON Object Model`:
1226
+
1227
+ Show as JSON Object Model
1228
+ =========================
1229
+
1230
+ When the ``--show-only=json-v1`` command line option is given, the test
1231
+ information is output in JSON format. Version 1.0 of the JSON object
1232
+ model is defined as follows:
1233
+
1234
+ ``kind``
1235
+ The string "ctestInfo".
1236
+
1237
+ ``version``
1238
+ A JSON object specifying the version components. Its members are
1239
+
1240
+ ``major``
1241
+ A non-negative integer specifying the major version component.
1242
+ ``minor``
1243
+ A non-negative integer specifying the minor version component.
1244
+
1245
+ ``backtraceGraph``
1246
+ JSON object representing backtrace information with the
1247
+ following members:
1248
+
1249
+ ``commands``
1250
+ List of command names.
1251
+ ``files``
1252
+ List of file names.
1253
+ ``nodes``
1254
+ List of node JSON objects with members:
1255
+
1256
+ ``command``
1257
+ Index into the ``commands`` member of the ``backtraceGraph``.
1258
+ ``file``
1259
+ Index into the ``files`` member of the ``backtraceGraph``.
1260
+ ``line``
1261
+ Line number in the file where the backtrace was added.
1262
+ ``parent``
1263
+ Index into the ``nodes`` member of the ``backtraceGraph``
1264
+ representing the parent in the graph.
1265
+
1266
+ ``tests``
1267
+ A JSON array listing information about each test. Each entry
1268
+ is a JSON object with members:
1269
+
1270
+ ``name``
1271
+ Test name.
1272
+ ``config``
1273
+ Configuration that the test can run on.
1274
+ Empty string means any config.
1275
+ ``command``
1276
+ List where the first element is the test command and the
1277
+ remaining elements are the command arguments.
1278
+ ``backtrace``
1279
+ Index into the ``nodes`` member of the ``backtraceGraph``.
1280
+ ``properties``
1281
+ Test properties.
1282
+ Can contain keys for each of the supported test properties.
1283
+
1284
+ .. _`ctest-hardware-allocation`:
1285
+
1286
+ Hardware Allocation
1287
+ ===================
1288
+
1289
+ CTest provides a mechanism for tests to specify the hardware that they need and
1290
+ how much of it they need, and for users to specify the hardware availiable on
1291
+ the running machine. This allows CTest to internally keep track of which
1292
+ hardware is in use and which is free, scheduling tests in a way that prevents
1293
+ them from trying to claim hardware that is not available.
1294
+
1295
+ A common use case for this feature is for tests that require the use of a GPU.
1296
+ Multiple tests can simultaneously allocate memory from a GPU, but if too many
1297
+ tests try to do this at once, some of them will fail to allocate, resulting in
1298
+ a failed test, even though the test would have succeeded if it had the memory
1299
+ it needed. By using the hardware allocation feature, each test can specify how
1300
+ much memory it requires from a GPU, allowing CTest to schedule tests in a way
1301
+ that running several of these tests at once does not exhaust the GPU's memory
1302
+ pool.
1303
+
1304
+ Please note that CTest has no concept of what a GPU is or how much memory it
1305
+ has, nor does it have any way of communicating with a GPU to retrieve this
1306
+ information or perform any memory management. CTest simply keeps track of a
1307
+ list of abstract resource types, each of which has a certain number of slots
1308
+ available for tests to use. Each test specifies the number of slots that it
1309
+ requires from a certain resource, and CTest then schedules them in a way that
1310
+ prevents the total number of slots in use from exceeding the listed capacity.
1311
+ When a test is executed, and slots from a resource are allocated to that test,
1312
+ tests may assume that they have exclusive use of those slots for the duration
1313
+ of the test's process.
1314
+
1315
+ The CTest hardware allocation feature consists of two inputs:
1316
+
1317
+ * The :ref:`hardware specification file <ctest-hardware-specification-file>`,
1318
+ described below, which describes the hardware resources available on the
1319
+ system, and
1320
+ * The :prop_test:`PROCESSES` property of tests, which describes the resources
1321
+ required by the test
1322
+
1323
+ When CTest runs a test, the hardware allocated to that test is passed in the
1324
+ form of a set of
1325
+ :ref:`environment variables <ctest-hardware-environment-variables>` as
1326
+ described below. Using this information to decide which resource to connect to
1327
+ is left to the test writer.
1328
+
1329
+ Please note that these processes are not spawned by CTest. The ``PROCESSES``
1330
+ property merely tells CTest what processes the test expects to launch. It is up
1331
+ to the test itself to do this process spawning, and read the :ref:`environment
1332
+ variables <ctest-hardware-environment-variables>` to determine which resources
1333
+ each process has been allocated.
1334
+
1335
+ .. _`ctest-hardware-specification-file`:
1336
+
1337
+ Hardware Specification File
1338
+ ---------------------------
1339
+
1340
+ The hardware specification file is a JSON file which is passed to CTest, either
1341
+ on the :manual:`ctest(1)` command line as ``--hardware-spec-file``, or as the
1342
+ ``HARDWARE_SPEC_FILE`` argument of :command:`ctest_test`. The hardware
1343
+ specification file must be a JSON object. All examples in this document assume
1344
+ the following hardware specification file:
1345
+
1346
+ .. code-block:: json
1347
+
1348
+ {
1349
+ "local": [
1350
+ {
1351
+ "gpus": [
1352
+ {
1353
+ "id": "0",
1354
+ "slots": 2
1355
+ },
1356
+ {
1357
+ "id": "1",
1358
+ "slots": 4
1359
+ },
1360
+ {
1361
+ "id": "2",
1362
+ "slots": 2
1363
+ },
1364
+ {
1365
+ "id": "3"
1366
+ }
1367
+ ],
1368
+ "crypto_chips": [
1369
+ {
1370
+ "id": "card0",
1371
+ "slots": 4
1372
+ }
1373
+ ]
1374
+ }
1375
+ ]
1376
+ }
1377
+
1378
+ The members are:
1379
+
1380
+ ``local``
1381
+ A JSON array consisting of CPU sockets present on the system. Currently, only
1382
+ one socket is supported.
1383
+
1384
+ Each socket is a JSON object with members whose names are equal to the
1385
+ desired resource types, such as ``gpu``. These names must start with a
1386
+ lowercase letter or an underscore, and subsequent characters can be a
1387
+ lowercase letter, a digit, or an underscore. Uppercase letters are not
1388
+ allowed, because certain platforms have case-insensitive environment
1389
+ variables. See the `Environment Variables`_ section below for
1390
+ more information. It is recommended that the resource type name be the plural
1391
+ of a noun, such as ``gpus`` or ``crypto_chips`` (and not ``gpu`` or
1392
+ ``crypto_chip``.)
1393
+
1394
+ Please note that the names ``gpus`` and ``crypto_chips`` are just examples,
1395
+ and CTest does not interpret them in any way. You are free to make up any
1396
+ resource type you want to meet your own requirements.
1397
+
1398
+ The value for each resource type is a JSON array consisting of JSON objects,
1399
+ each of which describe a specific instance of the specified resource. These
1400
+ objects have the following members:
1401
+
1402
+ ``id``
1403
+ A string consisting of an identifier for the resource. Each character in
1404
+ the identifier can be a lowercase letter, a digit, or an underscore.
1405
+ Uppercase letters are not allowed.
1406
+
1407
+ Identifiers must be unique within a resource type. However, they do not
1408
+ have to be unique across resource types. For example, it is valid to have a
1409
+ ``gpus`` resource named ``0`` and a ``crypto_chips`` resource named ``0``,
1410
+ but not two ``gpus`` resources both named ``0``.
1411
+
1412
+ Please note that the IDs ``0``, ``1``, ``2``, ``3``, and ``card0`` are just
1413
+ examples, and CTest does not interpret them in any way. You are free to
1414
+ make up any IDs you want to meet your own requirements.
1415
+
1416
+ ``slots``
1417
+ An optional unsigned number specifying the number of slots available on the
1418
+ resource. For example, this could be megabytes of RAM on a GPU, or
1419
+ cryptography units available on a cryptography chip. If ``slots`` is not
1420
+ specified, a default value of ``1`` is assumed.
1421
+
1422
+ In the example file above, there are four GPUs with ID's 0 through 3. GPU 0 has
1423
+ 2 slots, GPU 1 has 4, GPU 2 has 2, and GPU 3 has a default of 1 slot. There is
1424
+ also one cryptography chip with 4 slots.
1425
+
1426
+ ``PROCESSES`` Property
1427
+ ----------------------
1428
+
1429
+ See :prop_test:`PROCESSES` for a description of this property.
1430
+
1431
+ .. _`ctest-hardware-environment-variables`:
1432
+
1433
+ Environment Variables
1434
+ ---------------------
1435
+
1436
+ Once CTest has decided which resources to allocate to a test, it passes this
1437
+ information to the test executable as a series of environment variables. For
1438
+ each example below, we will assume that the test in question has a
1439
+ :prop_test:`PROCESSES` property of ``2,gpus:2;gpus:4,gpus:1,crypto_chips:2``.
1440
+
1441
+ The following variables are passed to the test process:
1442
+
1443
+ .. envvar:: CTEST_PROCESS_COUNT
1444
+
1445
+ The total number of processes specified by the :prop_test:`PROCESSES`
1446
+ property. For example:
1447
+
1448
+ * ``CTEST_PROCESS_COUNT=3``
1449
+
1450
+ This variable will only be defined if :manual:`ctest(1)` has been given a
1451
+ ``--hardware-spec-file``, or if :command:`ctest_test` has been given a
1452
+ ``HARDWARE_SPEC_FILE``. If no hardware specification file has been given,
1453
+ this variable will not be defined.
1454
+
1455
+ .. envvar:: CTEST_PROCESS_<num>
1456
+
1457
+ The list of resource types allocated to each process, with each item
1458
+ separated by a comma. ``<num>`` is a number from zero to
1459
+ ``CTEST_PROCESS_COUNT`` minus one. ``CTEST_PROCESS_<num>`` is defined for
1460
+ each ``<num>`` in this range. For example:
1461
+
1462
+ * ``CTEST_PROCESS_0=gpus``
1463
+ * ``CTEST_PROCESS_1=gpus``
1464
+ * ``CTEST_PROCESS_2=crypto_chips,gpus``
1465
+
1466
+ .. envvar:: CTEST_PROCESS_<num>_<resource-type>
1467
+
1468
+ The list of resource IDs and number of slots from each ID allocated to each
1469
+ process for a given resource type. This variable consists of a series of
1470
+ pairs, each pair separated by a semicolon, and with the two items in the pair
1471
+ separated by a comma. The first item in each pair is ``id:`` followed by the
1472
+ ID of a resource of type ``<resource-type>``, and the second item is
1473
+ ``slots:`` followed by the number of slots from that resource allocated to
1474
+ the given process. For example:
1475
+
1476
+ * ``CTEST_PROCESS_0_GPUS=id:0,slots:2``
1477
+ * ``CTEST_PROCESS_1_GPUS=id:2,slots:2``
1478
+ * ``CTEST_PROCESS_2_GPUS=id:1,slots:4;id:3,slots:1``
1479
+ * ``CTEST_PROCESS_2_CRYPTO_CHIPS=id:card0,slots:2``
1480
+
1481
+ In this example, process 0 gets 2 slots from GPU ``0``, process 1 gets 2 slots
1482
+ from GPU ``2``, and process 2 gets 4 slots from GPU ``1`` and 2 slots from
1483
+ cryptography chip ``card0``.
1484
+
1485
+ ``<num>`` is a number from zero to ``CTEST_PROCESS_COUNT`` minus one.
1486
+ ``<resource-type>`` is the name of a resource type, converted to uppercase.
1487
+ ``CTEST_PROCESS_<num>_<resource-type>`` is defined for the product of each
1488
+ ``<num>`` in the range listed above and each resource type listed in
1489
+ ``CTEST_PROCESS_<num>``.
1490
+
1491
+ Because some platforms have case-insensitive names for environment variables,
1492
+ the names of resource types may not clash in a case-insensitive environment.
1493
+ Because of this, for the sake of simplicity, all resource types must be
1494
+ listed in all lowercase in the
1495
+ :ref:`hardware specification file <ctest-hardware-specification-file>` and in
1496
+ the :prop_test:`PROCESSES` property, and they are converted to all uppercase
1497
+ in the ``CTEST_PROCESS_<num>_<resource-type>`` environment variable.
1498
+
1499
+ See Also
1500
+ ========
1501
+
1502
+ .. include:: LINKS.txt
1503
+
1504
+ .. _`CDash`: http://cdash.org/