File tree Expand file tree Collapse file tree 4 files changed +107
-90
lines changed Expand file tree Collapse file tree 4 files changed +107
-90
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ if (SIMDJSON_TARGET_VERSION)
98
98
endif ()
99
99
100
100
if (SIMDJSON_VERBOSE_LOGGING )
101
- target_compile_definitions (fastgltf_simdjson PUBLIC SIMDJSON_VERBOSE_LOGGING=1 )
101
+ target_compile_definitions (fastgltf PUBLIC SIMDJSON_VERBOSE_LOGGING=1 )
102
102
endif ()
103
103
104
104
target_compile_definitions (fastgltf PUBLIC "FASTGLTF_USE_CUSTOM_SMALLVECTOR=$<BOOL:${FASTGLTF_USE_CUSTOM_SMALLVECTOR} >" )
Original file line number Diff line number Diff line change @@ -1909,6 +1909,10 @@ namespace fastgltf {
1909
1909
Optional<SparseAccessor> sparse;
1910
1910
1911
1911
FASTGLTF_STD_PMR_NS::string name;
1912
+
1913
+ explicit Accessor () = default;
1914
+ Accessor (const Accessor& accessor) = default ;
1915
+ Accessor (Accessor&& accessor) noexcept = default ;
1912
1916
};
1913
1917
1914
1918
struct CompressedBufferView {
You can’t perform that action at this time.
0 commit comments