@@ -18,91 +18,13 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
18
18
FILES_MATCHING PATTERN "*.hpp"
19
19
)
20
20
21
+ file (GLOB_RECURSE bsoncxx_include_headers
22
+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
23
+ CONFIGURE_DEPENDS
24
+ "*.hpp"
25
+ )
26
+
21
27
set_dist_list (src_bsoncxx_include_DIST
22
28
CMakeLists.txt
23
- bsoncxx/v_noabi/bsoncxx/array/element-fwd.hpp
24
- bsoncxx/v_noabi/bsoncxx/array/element.hpp
25
- bsoncxx/v_noabi/bsoncxx/array/value-fwd.hpp
26
- bsoncxx/v_noabi/bsoncxx/array/value.hpp
27
- bsoncxx/v_noabi/bsoncxx/array/view_or_value.hpp
28
- bsoncxx/v_noabi/bsoncxx/array/view-fwd.hpp
29
- bsoncxx/v_noabi/bsoncxx/array/view.hpp
30
- bsoncxx/v_noabi/bsoncxx/builder/basic/array-fwd.hpp
31
- bsoncxx/v_noabi/bsoncxx/builder/basic/array.hpp
32
- bsoncxx/v_noabi/bsoncxx/builder/basic/document-fwd.hpp
33
- bsoncxx/v_noabi/bsoncxx/builder/basic/document.hpp
34
- bsoncxx/v_noabi/bsoncxx/builder/basic/helpers.hpp
35
- bsoncxx/v_noabi/bsoncxx/builder/basic/impl.hpp
36
- bsoncxx/v_noabi/bsoncxx/builder/basic/kvp.hpp
37
- bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array-fwd.hpp
38
- bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array.hpp
39
- bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document-fwd.hpp
40
- bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document.hpp
41
- bsoncxx/v_noabi/bsoncxx/builder/concatenate-fwd.hpp
42
- bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp
43
- bsoncxx/v_noabi/bsoncxx/builder/core-fwd.hpp
44
- bsoncxx/v_noabi/bsoncxx/builder/core.hpp
45
- bsoncxx/v_noabi/bsoncxx/builder/list-fwd.hpp
46
- bsoncxx/v_noabi/bsoncxx/builder/list.hpp
47
- bsoncxx/v_noabi/bsoncxx/builder/stream/array_context-fwd.hpp
48
- bsoncxx/v_noabi/bsoncxx/builder/stream/array_context.hpp
49
- bsoncxx/v_noabi/bsoncxx/builder/stream/array-fwd.hpp
50
- bsoncxx/v_noabi/bsoncxx/builder/stream/array.hpp
51
- bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context-fwd.hpp
52
- bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context.hpp
53
- bsoncxx/v_noabi/bsoncxx/builder/stream/document-fwd.hpp
54
- bsoncxx/v_noabi/bsoncxx/builder/stream/document.hpp
55
- bsoncxx/v_noabi/bsoncxx/builder/stream/helpers-fwd.hpp
56
- bsoncxx/v_noabi/bsoncxx/builder/stream/helpers.hpp
57
- bsoncxx/v_noabi/bsoncxx/builder/stream/key_context-fwd.hpp
58
- bsoncxx/v_noabi/bsoncxx/builder/stream/key_context.hpp
59
- bsoncxx/v_noabi/bsoncxx/builder/stream/single_context-fwd.hpp
60
- bsoncxx/v_noabi/bsoncxx/builder/stream/single_context.hpp
61
- bsoncxx/v_noabi/bsoncxx/builder/stream/value_context-fwd.hpp
62
- bsoncxx/v_noabi/bsoncxx/builder/stream/value_context.hpp
63
- bsoncxx/v_noabi/bsoncxx/config/compiler.hpp
64
- bsoncxx/v_noabi/bsoncxx/config/postlude.hpp
65
- bsoncxx/v_noabi/bsoncxx/config/prelude.hpp
66
- bsoncxx/v_noabi/bsoncxx/config/util.hpp
67
- bsoncxx/v_noabi/bsoncxx/decimal128-fwd.hpp
68
- bsoncxx/v_noabi/bsoncxx/decimal128.hpp
69
- bsoncxx/v_noabi/bsoncxx/document/element-fwd.hpp
70
- bsoncxx/v_noabi/bsoncxx/document/element.hpp
71
- bsoncxx/v_noabi/bsoncxx/document/value-fwd.hpp
72
- bsoncxx/v_noabi/bsoncxx/document/value.hpp
73
- bsoncxx/v_noabi/bsoncxx/document/view_or_value.hpp
74
- bsoncxx/v_noabi/bsoncxx/document/view-fwd.hpp
75
- bsoncxx/v_noabi/bsoncxx/document/view.hpp
76
- bsoncxx/v_noabi/bsoncxx/enums/binary_sub_type.hpp
77
- bsoncxx/v_noabi/bsoncxx/enums/type.hpp
78
- bsoncxx/v_noabi/bsoncxx/exception/error_code-fwd.hpp
79
- bsoncxx/v_noabi/bsoncxx/exception/error_code.hpp
80
- bsoncxx/v_noabi/bsoncxx/exception/exception-fwd.hpp
81
- bsoncxx/v_noabi/bsoncxx/exception/exception.hpp
82
- bsoncxx/v_noabi/bsoncxx/json-fwd.hpp
83
- bsoncxx/v_noabi/bsoncxx/json.hpp
84
- bsoncxx/v_noabi/bsoncxx/oid-fwd.hpp
85
- bsoncxx/v_noabi/bsoncxx/oid.hpp
86
- bsoncxx/v_noabi/bsoncxx/stdx/make_unique.hpp
87
- bsoncxx/v_noabi/bsoncxx/stdx/operators.hpp
88
- bsoncxx/v_noabi/bsoncxx/stdx/optional.hpp
89
- bsoncxx/v_noabi/bsoncxx/stdx/string_view.hpp
90
- bsoncxx/v_noabi/bsoncxx/stdx/type_traits.hpp
91
- bsoncxx/v_noabi/bsoncxx/string/to_string.hpp
92
- bsoncxx/v_noabi/bsoncxx/string/view_or_value-fwd.hpp
93
- bsoncxx/v_noabi/bsoncxx/string/view_or_value.hpp
94
- bsoncxx/v_noabi/bsoncxx/types-fwd.hpp
95
- bsoncxx/v_noabi/bsoncxx/types.hpp
96
- bsoncxx/v_noabi/bsoncxx/types/bson_value/make_value.hpp
97
- bsoncxx/v_noabi/bsoncxx/types/bson_value/value-fwd.hpp
98
- bsoncxx/v_noabi/bsoncxx/types/bson_value/value.hpp
99
- bsoncxx/v_noabi/bsoncxx/types/bson_value/view_or_value.hpp
100
- bsoncxx/v_noabi/bsoncxx/types/bson_value/view-fwd.hpp
101
- bsoncxx/v_noabi/bsoncxx/types/bson_value/view.hpp
102
- bsoncxx/v_noabi/bsoncxx/types/value.hpp
103
- bsoncxx/v_noabi/bsoncxx/util/functor.hpp
104
- bsoncxx/v_noabi/bsoncxx/validate-fwd.hpp
105
- bsoncxx/v_noabi/bsoncxx/validate.hpp
106
- bsoncxx/v_noabi/bsoncxx/view_or_value-fwd.hpp
107
- bsoncxx/v_noabi/bsoncxx/view_or_value.hpp
29
+ ${bsoncxx_include_headers}
108
30
)
0 commit comments