mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 15:14:02 +00:00
test: add cmake files for rtree tests
This commit is contained in:
parent
fb99e6f3e8
commit
b051ccdb1f
@ -19,4 +19,6 @@ foreach(item IN ITEMS
|
||||
boost_geometry_add_unit_test("index" ${item})
|
||||
endforeach()
|
||||
|
||||
add_subdirectory(exceptions)
|
||||
add_subdirectory(generated)
|
||||
add_subdirectory(strategies)
|
||||
|
15
index/test/rtree/exceptions/CMakeLists.txt
Normal file
15
index/test/rtree/exceptions/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Boost.Geometry
|
||||
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
|
||||
# Copyright (c) 2024, Oracle and/or its affiliates.
|
||||
# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
|
||||
# Use, modification and distribution is subject to the Boost Software License,
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
foreach(item IN ITEMS
|
||||
rtree_exceptions_lin
|
||||
rtree_exceptions_qua
|
||||
rtree_exceptions_rst
|
||||
)
|
||||
boost_geometry_add_unit_test("index" ${item})
|
||||
endforeach()
|
7
index/test/rtree/generated/CMakeLists.txt
Normal file
7
index/test/rtree/generated/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
# Boost.Geometry
|
||||
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
|
||||
# Use, modification and distribution is subject to the Boost Software License,
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
add_subdirectory(b2d)
|
19
index/test/rtree/generated/b2d/CMakeLists.txt
Normal file
19
index/test/rtree/generated/b2d/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
||||
# Boost.Geometry
|
||||
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
|
||||
# Use, modification and distribution is subject to the Boost Software License,
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
foreach(item IN ITEMS
|
||||
rtree_lin_add_b2d
|
||||
rtree_lin_mod_b2d
|
||||
rtree_lin_que_b2d
|
||||
rtree_qua_add_b2d
|
||||
rtree_qua_mod_b2d
|
||||
rtree_qua_que_b2d
|
||||
rtree_rst_add_b2d
|
||||
rtree_rst_mod_b2d
|
||||
rtree_rst_que_b2d
|
||||
)
|
||||
boost_geometry_add_unit_test("index" ${item})
|
||||
endforeach()
|
@ -1,7 +1,5 @@
|
||||
# Boost.Geometry
|
||||
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
|
||||
# Copyright (c) 2024, Oracle and/or its affiliates.
|
||||
# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
|
||||
# Use, modification and distribution is subject to the Boost Software License,
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user