mqt-core 3.0.2__cp311-cp311-win_amd64.whl → 3.2.0__cp311-cp311-win_amd64.whl

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.

Potentially problematic release.


This version of mqt-core might be problematic. Click here for more details.

Files changed (111) hide show
  1. mqt/core/__init__.py +3 -3
  2. mqt/core/_version.py +2 -2
  3. mqt/core/bin/mqt-core-algorithms.dll +0 -0
  4. mqt/core/bin/mqt-core-circuit-optimizer.dll +0 -0
  5. mqt/core/bin/mqt-core-dd.dll +0 -0
  6. mqt/core/bin/mqt-core-ds.dll +0 -0
  7. mqt/core/bin/mqt-core-ir.dll +0 -0
  8. mqt/core/bin/mqt-core-na.dll +0 -0
  9. mqt/core/bin/mqt-core-qasm.dll +0 -0
  10. mqt/core/bin/mqt-core-zx.dll +0 -0
  11. mqt/core/dd.cp311-win_amd64.pyd +0 -0
  12. mqt/core/dd.pyi +9 -22
  13. mqt/core/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +4 -4
  14. mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp +7 -7
  15. mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp +8 -8
  16. mqt/core/include/mqt-core/dd/Approximation.hpp +45 -0
  17. mqt/core/include/mqt-core/dd/Complex.hpp +6 -0
  18. mqt/core/include/mqt-core/dd/ComplexNumbers.hpp +0 -18
  19. mqt/core/include/mqt-core/dd/ComputeTable.hpp +4 -1
  20. mqt/core/include/mqt-core/dd/DDDefinitions.hpp +0 -7
  21. mqt/core/include/mqt-core/dd/Edge.hpp +16 -0
  22. mqt/core/include/mqt-core/dd/Export.hpp +1 -2
  23. mqt/core/include/mqt-core/dd/Node.hpp +26 -49
  24. mqt/core/include/mqt-core/dd/Operations.hpp +27 -0
  25. mqt/core/include/mqt-core/dd/Package.hpp +141 -123
  26. mqt/core/include/mqt-core/dd/RealNumber.hpp +49 -66
  27. mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp +14 -25
  28. mqt/core/include/mqt-core/dd/StateGeneration.hpp +143 -0
  29. mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp +6 -4
  30. mqt/core/include/mqt-core/dd/UniqueTable.hpp +13 -39
  31. mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp +8 -7
  32. mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -10
  33. mqt/core/include/mqt-core/ir/QuantumComputation.hpp +3 -0
  34. mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp +2 -0
  35. mqt/core/include/mqt-core/ir/operations/Expression.hpp +1 -1
  36. mqt/core/include/mqt-core/ir/operations/Operation.hpp +2 -2
  37. mqt/core/ir/operations.pyi +58 -86
  38. mqt/core/ir.cp311-win_amd64.pyd +0 -0
  39. mqt/core/lib/mqt-core-algorithms.lib +0 -0
  40. mqt/core/lib/mqt-core-circuit-optimizer.lib +0 -0
  41. mqt/core/lib/mqt-core-dd.lib +0 -0
  42. mqt/core/lib/mqt-core-ds.lib +0 -0
  43. mqt/core/lib/mqt-core-ir.lib +0 -0
  44. mqt/core/lib/mqt-core-na.lib +0 -0
  45. mqt/core/lib/mqt-core-qasm.lib +0 -0
  46. mqt/core/lib/mqt-core-zx.lib +0 -0
  47. mqt/core/plugins/__init__.py +0 -8
  48. mqt/core/plugins/qiskit/qiskit_to_mqt.py +6 -0
  49. mqt/core/share/cmake/mqt-core/AddMQTPythonBinding.cmake +52 -0
  50. mqt/core/share/cmake/mqt-core/PackageAddTest.cmake +4 -4
  51. mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake +3 -3
  52. mqt/core/share/cmake/mqt-core/mqt-core-config.cmake +1 -0
  53. mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake +2 -2
  54. mqt_core-3.2.0.dist-info/DELVEWHEEL +2 -0
  55. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/METADATA +49 -23
  56. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/RECORD +60 -107
  57. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/WHEEL +1 -1
  58. mqt_core.libs/msvcp140.dll +0 -0
  59. mqt/core/include/nlohmann/adl_serializer.hpp +0 -55
  60. mqt/core/include/nlohmann/byte_container_with_subtype.hpp +0 -103
  61. mqt/core/include/nlohmann/detail/abi_macros.hpp +0 -100
  62. mqt/core/include/nlohmann/detail/conversions/from_json.hpp +0 -497
  63. mqt/core/include/nlohmann/detail/conversions/to_chars.hpp +0 -1118
  64. mqt/core/include/nlohmann/detail/conversions/to_json.hpp +0 -446
  65. mqt/core/include/nlohmann/detail/exceptions.hpp +0 -257
  66. mqt/core/include/nlohmann/detail/hash.hpp +0 -129
  67. mqt/core/include/nlohmann/detail/input/binary_reader.hpp +0 -3009
  68. mqt/core/include/nlohmann/detail/input/input_adapters.hpp +0 -492
  69. mqt/core/include/nlohmann/detail/input/json_sax.hpp +0 -727
  70. mqt/core/include/nlohmann/detail/input/lexer.hpp +0 -1633
  71. mqt/core/include/nlohmann/detail/input/parser.hpp +0 -519
  72. mqt/core/include/nlohmann/detail/input/position_t.hpp +0 -37
  73. mqt/core/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -35
  74. mqt/core/include/nlohmann/detail/iterators/iter_impl.hpp +0 -751
  75. mqt/core/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -242
  76. mqt/core/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -61
  77. mqt/core/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -130
  78. mqt/core/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -132
  79. mqt/core/include/nlohmann/detail/json_custom_base_class.hpp +0 -39
  80. mqt/core/include/nlohmann/detail/json_pointer.hpp +0 -988
  81. mqt/core/include/nlohmann/detail/json_ref.hpp +0 -78
  82. mqt/core/include/nlohmann/detail/macro_scope.hpp +0 -482
  83. mqt/core/include/nlohmann/detail/macro_unscope.hpp +0 -45
  84. mqt/core/include/nlohmann/detail/meta/call_std/begin.hpp +0 -17
  85. mqt/core/include/nlohmann/detail/meta/call_std/end.hpp +0 -17
  86. mqt/core/include/nlohmann/detail/meta/cpp_future.hpp +0 -171
  87. mqt/core/include/nlohmann/detail/meta/detected.hpp +0 -70
  88. mqt/core/include/nlohmann/detail/meta/identity_tag.hpp +0 -21
  89. mqt/core/include/nlohmann/detail/meta/is_sax.hpp +0 -159
  90. mqt/core/include/nlohmann/detail/meta/std_fs.hpp +0 -29
  91. mqt/core/include/nlohmann/detail/meta/type_traits.hpp +0 -795
  92. mqt/core/include/nlohmann/detail/meta/void_t.hpp +0 -24
  93. mqt/core/include/nlohmann/detail/output/binary_writer.hpp +0 -1838
  94. mqt/core/include/nlohmann/detail/output/output_adapters.hpp +0 -147
  95. mqt/core/include/nlohmann/detail/output/serializer.hpp +0 -988
  96. mqt/core/include/nlohmann/detail/string_concat.hpp +0 -146
  97. mqt/core/include/nlohmann/detail/string_escape.hpp +0 -72
  98. mqt/core/include/nlohmann/detail/value_t.hpp +0 -118
  99. mqt/core/include/nlohmann/json.hpp +0 -5258
  100. mqt/core/include/nlohmann/json_fwd.hpp +0 -75
  101. mqt/core/include/nlohmann/ordered_map.hpp +0 -359
  102. mqt/core/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -2045
  103. mqt/core/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -158
  104. mqt/core/nlohmann_json.natvis +0 -278
  105. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake +0 -15
  106. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake +0 -20
  107. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake +0 -110
  108. mqt/core/share/pkgconfig/nlohmann_json.pc +0 -4
  109. mqt_core-3.0.2.dist-info/DELVEWHEEL +0 -2
  110. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/entry_points.txt +0 -0
  111. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/licenses/LICENSE.md +0 -0
@@ -1,158 +0,0 @@
1
- // __ _____ _____ _____
2
- // __| | __| | | | JSON for Modern C++
3
- // | | |__ | | | | | | version 3.11.3
4
- // |_____|_____|_____|_|___| https://github.com/nlohmann/json
5
- //
6
- // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
7
- // SPDX-License-Identifier: MIT
8
-
9
- #pragma once
10
-
11
- #undef JSON_HEDLEY_ALWAYS_INLINE
12
- #undef JSON_HEDLEY_ARM_VERSION
13
- #undef JSON_HEDLEY_ARM_VERSION_CHECK
14
- #undef JSON_HEDLEY_ARRAY_PARAM
15
- #undef JSON_HEDLEY_ASSUME
16
- #undef JSON_HEDLEY_BEGIN_C_DECLS
17
- #undef JSON_HEDLEY_CLANG_HAS_ATTRIBUTE
18
- #undef JSON_HEDLEY_CLANG_HAS_BUILTIN
19
- #undef JSON_HEDLEY_CLANG_HAS_CPP_ATTRIBUTE
20
- #undef JSON_HEDLEY_CLANG_HAS_DECLSPEC_DECLSPEC_ATTRIBUTE
21
- #undef JSON_HEDLEY_CLANG_HAS_EXTENSION
22
- #undef JSON_HEDLEY_CLANG_HAS_FEATURE
23
- #undef JSON_HEDLEY_CLANG_HAS_WARNING
24
- #undef JSON_HEDLEY_COMPCERT_VERSION
25
- #undef JSON_HEDLEY_COMPCERT_VERSION_CHECK
26
- #undef JSON_HEDLEY_CONCAT
27
- #undef JSON_HEDLEY_CONCAT3
28
- #undef JSON_HEDLEY_CONCAT3_EX
29
- #undef JSON_HEDLEY_CONCAT_EX
30
- #undef JSON_HEDLEY_CONST
31
- #undef JSON_HEDLEY_CONSTEXPR
32
- #undef JSON_HEDLEY_CONST_CAST
33
- #undef JSON_HEDLEY_CPP_CAST
34
- #undef JSON_HEDLEY_CRAY_VERSION
35
- #undef JSON_HEDLEY_CRAY_VERSION_CHECK
36
- #undef JSON_HEDLEY_C_DECL
37
- #undef JSON_HEDLEY_DEPRECATED
38
- #undef JSON_HEDLEY_DEPRECATED_FOR
39
- #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL
40
- #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_
41
- #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED
42
- #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_CPP_ATTRIBUTES
43
- #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNKNOWN_PRAGMAS
44
- #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_UNUSED_FUNCTION
45
- #undef JSON_HEDLEY_DIAGNOSTIC_POP
46
- #undef JSON_HEDLEY_DIAGNOSTIC_PUSH
47
- #undef JSON_HEDLEY_DMC_VERSION
48
- #undef JSON_HEDLEY_DMC_VERSION_CHECK
49
- #undef JSON_HEDLEY_EMPTY_BASES
50
- #undef JSON_HEDLEY_EMSCRIPTEN_VERSION
51
- #undef JSON_HEDLEY_EMSCRIPTEN_VERSION_CHECK
52
- #undef JSON_HEDLEY_END_C_DECLS
53
- #undef JSON_HEDLEY_FLAGS
54
- #undef JSON_HEDLEY_FLAGS_CAST
55
- #undef JSON_HEDLEY_GCC_HAS_ATTRIBUTE
56
- #undef JSON_HEDLEY_GCC_HAS_BUILTIN
57
- #undef JSON_HEDLEY_GCC_HAS_CPP_ATTRIBUTE
58
- #undef JSON_HEDLEY_GCC_HAS_DECLSPEC_ATTRIBUTE
59
- #undef JSON_HEDLEY_GCC_HAS_EXTENSION
60
- #undef JSON_HEDLEY_GCC_HAS_FEATURE
61
- #undef JSON_HEDLEY_GCC_HAS_WARNING
62
- #undef JSON_HEDLEY_GCC_NOT_CLANG_VERSION_CHECK
63
- #undef JSON_HEDLEY_GCC_VERSION
64
- #undef JSON_HEDLEY_GCC_VERSION_CHECK
65
- #undef JSON_HEDLEY_GNUC_HAS_ATTRIBUTE
66
- #undef JSON_HEDLEY_GNUC_HAS_BUILTIN
67
- #undef JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE
68
- #undef JSON_HEDLEY_GNUC_HAS_DECLSPEC_ATTRIBUTE
69
- #undef JSON_HEDLEY_GNUC_HAS_EXTENSION
70
- #undef JSON_HEDLEY_GNUC_HAS_FEATURE
71
- #undef JSON_HEDLEY_GNUC_HAS_WARNING
72
- #undef JSON_HEDLEY_GNUC_VERSION
73
- #undef JSON_HEDLEY_GNUC_VERSION_CHECK
74
- #undef JSON_HEDLEY_HAS_ATTRIBUTE
75
- #undef JSON_HEDLEY_HAS_BUILTIN
76
- #undef JSON_HEDLEY_HAS_CPP_ATTRIBUTE
77
- #undef JSON_HEDLEY_HAS_CPP_ATTRIBUTE_NS
78
- #undef JSON_HEDLEY_HAS_DECLSPEC_ATTRIBUTE
79
- #undef JSON_HEDLEY_HAS_EXTENSION
80
- #undef JSON_HEDLEY_HAS_FEATURE
81
- #undef JSON_HEDLEY_HAS_WARNING
82
- #undef JSON_HEDLEY_IAR_VERSION
83
- #undef JSON_HEDLEY_IAR_VERSION_CHECK
84
- #undef JSON_HEDLEY_IBM_VERSION
85
- #undef JSON_HEDLEY_IBM_VERSION_CHECK
86
- #undef JSON_HEDLEY_IMPORT
87
- #undef JSON_HEDLEY_INLINE
88
- #undef JSON_HEDLEY_INTEL_CL_VERSION
89
- #undef JSON_HEDLEY_INTEL_CL_VERSION_CHECK
90
- #undef JSON_HEDLEY_INTEL_VERSION
91
- #undef JSON_HEDLEY_INTEL_VERSION_CHECK
92
- #undef JSON_HEDLEY_IS_CONSTANT
93
- #undef JSON_HEDLEY_IS_CONSTEXPR_
94
- #undef JSON_HEDLEY_LIKELY
95
- #undef JSON_HEDLEY_MALLOC
96
- #undef JSON_HEDLEY_MCST_LCC_VERSION
97
- #undef JSON_HEDLEY_MCST_LCC_VERSION_CHECK
98
- #undef JSON_HEDLEY_MESSAGE
99
- #undef JSON_HEDLEY_MSVC_VERSION
100
- #undef JSON_HEDLEY_MSVC_VERSION_CHECK
101
- #undef JSON_HEDLEY_NEVER_INLINE
102
- #undef JSON_HEDLEY_NON_NULL
103
- #undef JSON_HEDLEY_NO_ESCAPE
104
- #undef JSON_HEDLEY_NO_RETURN
105
- #undef JSON_HEDLEY_NO_THROW
106
- #undef JSON_HEDLEY_NULL
107
- #undef JSON_HEDLEY_PELLES_VERSION
108
- #undef JSON_HEDLEY_PELLES_VERSION_CHECK
109
- #undef JSON_HEDLEY_PGI_VERSION
110
- #undef JSON_HEDLEY_PGI_VERSION_CHECK
111
- #undef JSON_HEDLEY_PREDICT
112
- #undef JSON_HEDLEY_PRINTF_FORMAT
113
- #undef JSON_HEDLEY_PRIVATE
114
- #undef JSON_HEDLEY_PUBLIC
115
- #undef JSON_HEDLEY_PURE
116
- #undef JSON_HEDLEY_REINTERPRET_CAST
117
- #undef JSON_HEDLEY_REQUIRE
118
- #undef JSON_HEDLEY_REQUIRE_CONSTEXPR
119
- #undef JSON_HEDLEY_REQUIRE_MSG
120
- #undef JSON_HEDLEY_RESTRICT
121
- #undef JSON_HEDLEY_RETURNS_NON_NULL
122
- #undef JSON_HEDLEY_SENTINEL
123
- #undef JSON_HEDLEY_STATIC_ASSERT
124
- #undef JSON_HEDLEY_STATIC_CAST
125
- #undef JSON_HEDLEY_STRINGIFY
126
- #undef JSON_HEDLEY_STRINGIFY_EX
127
- #undef JSON_HEDLEY_SUNPRO_VERSION
128
- #undef JSON_HEDLEY_SUNPRO_VERSION_CHECK
129
- #undef JSON_HEDLEY_TINYC_VERSION
130
- #undef JSON_HEDLEY_TINYC_VERSION_CHECK
131
- #undef JSON_HEDLEY_TI_ARMCL_VERSION
132
- #undef JSON_HEDLEY_TI_ARMCL_VERSION_CHECK
133
- #undef JSON_HEDLEY_TI_CL2000_VERSION
134
- #undef JSON_HEDLEY_TI_CL2000_VERSION_CHECK
135
- #undef JSON_HEDLEY_TI_CL430_VERSION
136
- #undef JSON_HEDLEY_TI_CL430_VERSION_CHECK
137
- #undef JSON_HEDLEY_TI_CL6X_VERSION
138
- #undef JSON_HEDLEY_TI_CL6X_VERSION_CHECK
139
- #undef JSON_HEDLEY_TI_CL7X_VERSION
140
- #undef JSON_HEDLEY_TI_CL7X_VERSION_CHECK
141
- #undef JSON_HEDLEY_TI_CLPRU_VERSION
142
- #undef JSON_HEDLEY_TI_CLPRU_VERSION_CHECK
143
- #undef JSON_HEDLEY_TI_VERSION
144
- #undef JSON_HEDLEY_TI_VERSION_CHECK
145
- #undef JSON_HEDLEY_UNAVAILABLE
146
- #undef JSON_HEDLEY_UNLIKELY
147
- #undef JSON_HEDLEY_UNPREDICTABLE
148
- #undef JSON_HEDLEY_UNREACHABLE
149
- #undef JSON_HEDLEY_UNREACHABLE_RETURN
150
- #undef JSON_HEDLEY_VERSION
151
- #undef JSON_HEDLEY_VERSION_DECODE_MAJOR
152
- #undef JSON_HEDLEY_VERSION_DECODE_MINOR
153
- #undef JSON_HEDLEY_VERSION_DECODE_REVISION
154
- #undef JSON_HEDLEY_VERSION_ENCODE
155
- #undef JSON_HEDLEY_WARNING
156
- #undef JSON_HEDLEY_WARN_UNUSED_RESULT
157
- #undef JSON_HEDLEY_WARN_UNUSED_RESULT_MSG
158
- #undef JSON_HEDLEY_FALL_THROUGH
@@ -1,278 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
-
3
- <!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
4
- <!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
5
- <!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
6
-
7
- <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
8
- <!-- Namespace nlohmann -->
9
- <Type Name="nlohmann::basic_json&lt;*&gt;">
10
- <DisplayString Condition="m_type == nlohmann::detail::value_t::null">null</DisplayString>
11
- <DisplayString Condition="m_type == nlohmann::detail::value_t::object">{*(m_value.object)}</DisplayString>
12
- <DisplayString Condition="m_type == nlohmann::detail::value_t::array">{*(m_value.array)}</DisplayString>
13
- <DisplayString Condition="m_type == nlohmann::detail::value_t::string">{*(m_value.string)}</DisplayString>
14
- <DisplayString Condition="m_type == nlohmann::detail::value_t::boolean">{m_value.boolean}</DisplayString>
15
- <DisplayString Condition="m_type == nlohmann::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
16
- <DisplayString Condition="m_type == nlohmann::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
17
- <DisplayString Condition="m_type == nlohmann::detail::value_t::number_float">{m_value.number_float}</DisplayString>
18
- <DisplayString Condition="m_type == nlohmann::detail::value_t::discarded">discarded</DisplayString>
19
- <Expand>
20
- <ExpandedItem Condition="m_type == nlohmann::detail::value_t::object">
21
- *(m_value.object),view(simple)
22
- </ExpandedItem>
23
- <ExpandedItem Condition="m_type == nlohmann::detail::value_t::array">
24
- *(m_value.array),view(simple)
25
- </ExpandedItem>
26
- </Expand>
27
- </Type>
28
-
29
- <!-- Skip the pair first/second members in the treeview while traversing a map.
30
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
31
- <Type Name="std::pair&lt;*, nlohmann::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
32
- <DisplayString>{second}</DisplayString>
33
- <Expand>
34
- <ExpandedItem>second</ExpandedItem>
35
- </Expand>
36
- </Type>
37
-
38
- <!-- Namespace nlohmann::json_abi -->
39
- <Type Name="nlohmann::json_abi::basic_json&lt;*&gt;">
40
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::null">null</DisplayString>
41
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::object">{*(m_value.object)}</DisplayString>
42
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::array">{*(m_value.array)}</DisplayString>
43
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::string">{*(m_value.string)}</DisplayString>
44
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::boolean">{m_value.boolean}</DisplayString>
45
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
46
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
47
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::number_float">{m_value.number_float}</DisplayString>
48
- <DisplayString Condition="m_type == nlohmann::json_abi::detail::value_t::discarded">discarded</DisplayString>
49
- <Expand>
50
- <ExpandedItem Condition="m_type == nlohmann::json_abi::detail::value_t::object">
51
- *(m_value.object),view(simple)
52
- </ExpandedItem>
53
- <ExpandedItem Condition="m_type == nlohmann::json_abi::detail::value_t::array">
54
- *(m_value.array),view(simple)
55
- </ExpandedItem>
56
- </Expand>
57
- </Type>
58
-
59
- <!-- Skip the pair first/second members in the treeview while traversing a map.
60
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
61
- <Type Name="std::pair&lt;*, nlohmann::json_abi::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
62
- <DisplayString>{second}</DisplayString>
63
- <Expand>
64
- <ExpandedItem>second</ExpandedItem>
65
- </Expand>
66
- </Type>
67
-
68
- <!-- Namespace nlohmann::json_abi_v3_11_2 -->
69
- <Type Name="nlohmann::json_abi_v3_11_2::basic_json&lt;*&gt;">
70
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::null">null</DisplayString>
71
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
72
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
73
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
74
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
75
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
76
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
77
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
78
- <DisplayString Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
79
- <Expand>
80
- <ExpandedItem Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::object">
81
- *(m_value.object),view(simple)
82
- </ExpandedItem>
83
- <ExpandedItem Condition="m_type == nlohmann::json_abi_v3_11_2::detail::value_t::array">
84
- *(m_value.array),view(simple)
85
- </ExpandedItem>
86
- </Expand>
87
- </Type>
88
-
89
- <!-- Skip the pair first/second members in the treeview while traversing a map.
90
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
91
- <Type Name="std::pair&lt;*, nlohmann::json_abi_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
92
- <DisplayString>{second}</DisplayString>
93
- <Expand>
94
- <ExpandedItem>second</ExpandedItem>
95
- </Expand>
96
- </Type>
97
-
98
- <!-- Namespace nlohmann::json_abi_diag -->
99
- <Type Name="nlohmann::json_abi_diag::basic_json&lt;*&gt;">
100
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::null">null</DisplayString>
101
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::object">{*(m_value.object)}</DisplayString>
102
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::array">{*(m_value.array)}</DisplayString>
103
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::string">{*(m_value.string)}</DisplayString>
104
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::boolean">{m_value.boolean}</DisplayString>
105
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
106
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
107
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::number_float">{m_value.number_float}</DisplayString>
108
- <DisplayString Condition="m_type == nlohmann::json_abi_diag::detail::value_t::discarded">discarded</DisplayString>
109
- <Expand>
110
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag::detail::value_t::object">
111
- *(m_value.object),view(simple)
112
- </ExpandedItem>
113
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag::detail::value_t::array">
114
- *(m_value.array),view(simple)
115
- </ExpandedItem>
116
- </Expand>
117
- </Type>
118
-
119
- <!-- Skip the pair first/second members in the treeview while traversing a map.
120
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
121
- <Type Name="std::pair&lt;*, nlohmann::json_abi_diag::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
122
- <DisplayString>{second}</DisplayString>
123
- <Expand>
124
- <ExpandedItem>second</ExpandedItem>
125
- </Expand>
126
- </Type>
127
-
128
- <!-- Namespace nlohmann::json_abi_diag_v3_11_2 -->
129
- <Type Name="nlohmann::json_abi_diag_v3_11_2::basic_json&lt;*&gt;">
130
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::null">null</DisplayString>
131
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
132
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
133
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
134
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
135
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
136
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
137
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
138
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
139
- <Expand>
140
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::object">
141
- *(m_value.object),view(simple)
142
- </ExpandedItem>
143
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_v3_11_2::detail::value_t::array">
144
- *(m_value.array),view(simple)
145
- </ExpandedItem>
146
- </Expand>
147
- </Type>
148
-
149
- <!-- Skip the pair first/second members in the treeview while traversing a map.
150
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
151
- <Type Name="std::pair&lt;*, nlohmann::json_abi_diag_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
152
- <DisplayString>{second}</DisplayString>
153
- <Expand>
154
- <ExpandedItem>second</ExpandedItem>
155
- </Expand>
156
- </Type>
157
-
158
- <!-- Namespace nlohmann::json_abi_ldvcmp -->
159
- <Type Name="nlohmann::json_abi_ldvcmp::basic_json&lt;*&gt;">
160
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::null">null</DisplayString>
161
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object">{*(m_value.object)}</DisplayString>
162
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array">{*(m_value.array)}</DisplayString>
163
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::string">{*(m_value.string)}</DisplayString>
164
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::boolean">{m_value.boolean}</DisplayString>
165
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
166
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
167
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_float">{m_value.number_float}</DisplayString>
168
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::discarded">discarded</DisplayString>
169
- <Expand>
170
- <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object">
171
- *(m_value.object),view(simple)
172
- </ExpandedItem>
173
- <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array">
174
- *(m_value.array),view(simple)
175
- </ExpandedItem>
176
- </Expand>
177
- </Type>
178
-
179
- <!-- Skip the pair first/second members in the treeview while traversing a map.
180
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
181
- <Type Name="std::pair&lt;*, nlohmann::json_abi_ldvcmp::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
182
- <DisplayString>{second}</DisplayString>
183
- <Expand>
184
- <ExpandedItem>second</ExpandedItem>
185
- </Expand>
186
- </Type>
187
-
188
- <!-- Namespace nlohmann::json_abi_ldvcmp_v3_11_2 -->
189
- <Type Name="nlohmann::json_abi_ldvcmp_v3_11_2::basic_json&lt;*&gt;">
190
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::null">null</DisplayString>
191
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
192
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
193
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
194
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
195
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
196
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
197
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
198
- <DisplayString Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
199
- <Expand>
200
- <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::object">
201
- *(m_value.object),view(simple)
202
- </ExpandedItem>
203
- <ExpandedItem Condition="m_type == nlohmann::json_abi_ldvcmp_v3_11_2::detail::value_t::array">
204
- *(m_value.array),view(simple)
205
- </ExpandedItem>
206
- </Expand>
207
- </Type>
208
-
209
- <!-- Skip the pair first/second members in the treeview while traversing a map.
210
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
211
- <Type Name="std::pair&lt;*, nlohmann::json_abi_ldvcmp_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
212
- <DisplayString>{second}</DisplayString>
213
- <Expand>
214
- <ExpandedItem>second</ExpandedItem>
215
- </Expand>
216
- </Type>
217
-
218
- <!-- Namespace nlohmann::json_abi_diag_ldvcmp -->
219
- <Type Name="nlohmann::json_abi_diag_ldvcmp::basic_json&lt;*&gt;">
220
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::null">null</DisplayString>
221
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object">{*(m_value.object)}</DisplayString>
222
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array">{*(m_value.array)}</DisplayString>
223
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::string">{*(m_value.string)}</DisplayString>
224
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::boolean">{m_value.boolean}</DisplayString>
225
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
226
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
227
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_float">{m_value.number_float}</DisplayString>
228
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::discarded">discarded</DisplayString>
229
- <Expand>
230
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object">
231
- *(m_value.object),view(simple)
232
- </ExpandedItem>
233
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array">
234
- *(m_value.array),view(simple)
235
- </ExpandedItem>
236
- </Expand>
237
- </Type>
238
-
239
- <!-- Skip the pair first/second members in the treeview while traversing a map.
240
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
241
- <Type Name="std::pair&lt;*, nlohmann::json_abi_diag_ldvcmp::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
242
- <DisplayString>{second}</DisplayString>
243
- <Expand>
244
- <ExpandedItem>second</ExpandedItem>
245
- </Expand>
246
- </Type>
247
-
248
- <!-- Namespace nlohmann::json_abi_diag_ldvcmp_v3_11_2 -->
249
- <Type Name="nlohmann::json_abi_diag_ldvcmp_v3_11_2::basic_json&lt;*&gt;">
250
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::null">null</DisplayString>
251
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::object">{*(m_value.object)}</DisplayString>
252
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::array">{*(m_value.array)}</DisplayString>
253
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::string">{*(m_value.string)}</DisplayString>
254
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::boolean">{m_value.boolean}</DisplayString>
255
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::number_integer">{m_value.number_integer}</DisplayString>
256
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::number_unsigned">{m_value.number_unsigned}</DisplayString>
257
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::number_float">{m_value.number_float}</DisplayString>
258
- <DisplayString Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::discarded">discarded</DisplayString>
259
- <Expand>
260
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::object">
261
- *(m_value.object),view(simple)
262
- </ExpandedItem>
263
- <ExpandedItem Condition="m_type == nlohmann::json_abi_diag_ldvcmp_v3_11_2::detail::value_t::array">
264
- *(m_value.array),view(simple)
265
- </ExpandedItem>
266
- </Expand>
267
- </Type>
268
-
269
- <!-- Skip the pair first/second members in the treeview while traversing a map.
270
- Only works in VS 2015 Update 2 and beyond using the new visualization -->
271
- <Type Name="std::pair&lt;*, nlohmann::json_abi_diag_ldvcmp_v3_11_2::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
272
- <DisplayString>{second}</DisplayString>
273
- <Expand>
274
- <ExpandedItem>second</ExpandedItem>
275
- </Expand>
276
- </Type>
277
-
278
- </AutoVisualizer>
@@ -1,15 +0,0 @@
1
- include(FindPackageHandleStandardArgs)
2
- set(${CMAKE_FIND_PACKAGE_NAME}_CONFIG ${CMAKE_CURRENT_LIST_FILE})
3
- find_package_handle_standard_args(nlohmann_json CONFIG_MODE)
4
-
5
- if(NOT TARGET nlohmann_json::nlohmann_json)
6
- include("${CMAKE_CURRENT_LIST_DIR}/nlohmann_jsonTargets.cmake")
7
- if((NOT TARGET nlohmann_json) AND
8
- (NOT nlohmann_json_FIND_VERSION OR
9
- nlohmann_json_FIND_VERSION VERSION_LESS 3.2.0))
10
- add_library(nlohmann_json INTERFACE IMPORTED)
11
- set_target_properties(nlohmann_json PROPERTIES
12
- INTERFACE_LINK_LIBRARIES nlohmann_json::nlohmann_json
13
- )
14
- endif()
15
- endif()
@@ -1,20 +0,0 @@
1
- # This is essentially cmake's BasicConfigVersion-SameMajorVersion.cmake.in but
2
- # without the 32/64-bit check. Since json is a header-only library, it doesn't
3
- # matter if it was built on a different platform than what it is used on (see
4
- # https://github.com/nlohmann/json/issues/1697).
5
- set(PACKAGE_VERSION "3.11.3")
6
-
7
- if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
8
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
9
- else()
10
-
11
- if(PACKAGE_FIND_VERSION_MAJOR STREQUAL "3")
12
- set(PACKAGE_VERSION_COMPATIBLE TRUE)
13
- else()
14
- set(PACKAGE_VERSION_COMPATIBLE FALSE)
15
- endif()
16
-
17
- if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
18
- set(PACKAGE_VERSION_EXACT TRUE)
19
- endif()
20
- endif()
@@ -1,110 +0,0 @@
1
- # Generated by CMake
2
-
3
- if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4
- message(FATAL_ERROR "CMake >= 3.1.0 required")
5
- endif()
6
- if(CMAKE_VERSION VERSION_LESS "3.1.0")
7
- message(FATAL_ERROR "CMake >= 3.1.0 required")
8
- endif()
9
- cmake_policy(PUSH)
10
- cmake_policy(VERSION 3.1.0...3.29)
11
- #----------------------------------------------------------------
12
- # Generated CMake target import file.
13
- #----------------------------------------------------------------
14
-
15
- # Commands may need to know the format version.
16
- set(CMAKE_IMPORT_FILE_VERSION 1)
17
-
18
- # Protect against multiple inclusion, which would fail when already imported targets are added once more.
19
- set(_cmake_targets_defined "")
20
- set(_cmake_targets_not_defined "")
21
- set(_cmake_expected_targets "")
22
- foreach(_cmake_expected_target IN ITEMS nlohmann_json::nlohmann_json)
23
- list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24
- if(TARGET "${_cmake_expected_target}")
25
- list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
26
- else()
27
- list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
28
- endif()
29
- endforeach()
30
- unset(_cmake_expected_target)
31
- if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
32
- unset(_cmake_targets_defined)
33
- unset(_cmake_targets_not_defined)
34
- unset(_cmake_expected_targets)
35
- unset(CMAKE_IMPORT_FILE_VERSION)
36
- cmake_policy(POP)
37
- return()
38
- endif()
39
- if(NOT _cmake_targets_defined STREQUAL "")
40
- string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
41
- string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
42
- message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
43
- endif()
44
- unset(_cmake_targets_defined)
45
- unset(_cmake_targets_not_defined)
46
- unset(_cmake_expected_targets)
47
-
48
-
49
- # Compute the installation prefix relative to this file.
50
- get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
51
- get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
52
- get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
53
- get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
54
- if(_IMPORT_PREFIX STREQUAL "/")
55
- set(_IMPORT_PREFIX "")
56
- endif()
57
-
58
- # Create imported target nlohmann_json::nlohmann_json
59
- add_library(nlohmann_json::nlohmann_json INTERFACE IMPORTED)
60
-
61
- set_target_properties(nlohmann_json::nlohmann_json PROPERTIES
62
- INTERFACE_COMPILE_DEFINITIONS "\$<\$<NOT:\$<BOOL:ON>>:JSON_USE_GLOBAL_UDLS=0>;\$<\$<NOT:\$<BOOL:ON>>:JSON_USE_IMPLICIT_CONVERSIONS=0>;\$<\$<BOOL:OFF>:JSON_DISABLE_ENUM_SERIALIZATION=1>;\$<\$<BOOL:OFF>:JSON_DIAGNOSTICS=1>;\$<\$<BOOL:OFF>:JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON=1>"
63
- INTERFACE_COMPILE_FEATURES "cxx_std_11"
64
- INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
65
- INTERFACE_SOURCES "${_IMPORT_PREFIX}/nlohmann_json.natvis"
66
- INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "include"
67
- )
68
-
69
- # Load information for each installed configuration.
70
- file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/nlohmann_jsonTargets-*.cmake")
71
- foreach(_cmake_config_file IN LISTS _cmake_config_files)
72
- include("${_cmake_config_file}")
73
- endforeach()
74
- unset(_cmake_config_file)
75
- unset(_cmake_config_files)
76
-
77
- # Cleanup temporary variables.
78
- set(_IMPORT_PREFIX)
79
-
80
- # Loop over all imported files and verify that they actually exist
81
- foreach(_cmake_target IN LISTS _cmake_import_check_targets)
82
- if(CMAKE_VERSION VERSION_LESS "3.28"
83
- OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
84
- OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
85
- foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
86
- if(NOT EXISTS "${_cmake_file}")
87
- message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
88
- \"${_cmake_file}\"
89
- but this file does not exist. Possible reasons include:
90
- * The file was deleted, renamed, or moved to another location.
91
- * An install or uninstall procedure did not complete successfully.
92
- * The installation package was faulty and contained
93
- \"${CMAKE_CURRENT_LIST_FILE}\"
94
- but not all the files it references.
95
- ")
96
- endif()
97
- endforeach()
98
- endif()
99
- unset(_cmake_file)
100
- unset("_cmake_import_check_files_for_${_cmake_target}")
101
- endforeach()
102
- unset(_cmake_target)
103
- unset(_cmake_import_check_targets)
104
-
105
- # This file does not depend on other imported targets which have
106
- # been exported from the same project but in a separate export set.
107
-
108
- # Commands beyond this point should not need to know the version.
109
- set(CMAKE_IMPORT_FILE_VERSION)
110
- cmake_policy(POP)
@@ -1,4 +0,0 @@
1
- Name: nlohmann_json
2
- Description: JSON for Modern C++
3
- Version: 3.11.3
4
- Cflags: -IC:/Users/runneradmin/AppData/Local/Temp/tmpfrl7a_jc/wheel/platlib/mqt/core/include
@@ -1,2 +0,0 @@
1
- Version: 1.10.0
2
- Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp311-win_amd64\\built_wheel\\mqt_core-3.0.2-cp311-cp311-win_amd64.whl', '--namespace-pkg', 'mqt', '--ignore-existing']