File tree Expand file tree Collapse file tree 5 files changed +43
-2
lines changed Expand file tree Collapse file tree 5 files changed +43
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,6 @@ foreach(item IN ITEMS
19
19
boost_geometry_add_unit_test ("index" ${item} )
20
20
endforeach ()
21
21
22
+ add_subdirectory (exceptions )
23
+ add_subdirectory (generated )
22
24
add_subdirectory (strategies )
Original file line number Diff line number Diff line change
1
+ # Boost.Geometry
2
+ # Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
3
+ # Copyright (c) 2024, Oracle and/or its affiliates.
4
+ # Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
5
+ # Use, modification and distribution is subject to the Boost Software License,
6
+ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7
+ # http://www.boost.org/LICENSE_1_0.txt)
8
+
9
+ foreach (item IN ITEMS
10
+ rtree_exceptions_lin
11
+ rtree_exceptions_qua
12
+ rtree_exceptions_rst
13
+ )
14
+ boost_geometry_add_unit_test ("index" ${item} )
15
+ endforeach ()
Original file line number Diff line number Diff line change
1
+ # Boost.Geometry
2
+ # Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
3
+ # Use, modification and distribution is subject to the Boost Software License,
4
+ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5
+ # http://www.boost.org/LICENSE_1_0.txt)
6
+
7
+ add_subdirectory (b2d )
Original file line number Diff line number Diff line change
1
+ # Boost.Geometry
2
+ # Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
3
+ # Use, modification and distribution is subject to the Boost Software License,
4
+ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5
+ # http://www.boost.org/LICENSE_1_0.txt)
6
+
7
+ foreach (item IN ITEMS
8
+ rtree_lin_add_b2d
9
+ rtree_lin_mod_b2d
10
+ rtree_lin_que_b2d
11
+ rtree_qua_add_b2d
12
+ rtree_qua_mod_b2d
13
+ rtree_qua_que_b2d
14
+ rtree_rst_add_b2d
15
+ rtree_rst_mod_b2d
16
+ rtree_rst_que_b2d
17
+ )
18
+ boost_geometry_add_unit_test ("index" ${item} )
19
+ endforeach ()
Original file line number Diff line number Diff line change 1
1
# Boost.Geometry
2
2
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
3
- # Copyright (c) 2024, Oracle and/or its affiliates.
4
- # Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
5
3
# Use, modification and distribution is subject to the Boost Software License,
6
4
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7
5
# http://www.boost.org/LICENSE_1_0.txt)
You can’t perform that action at this time.
0 commit comments