mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
16 lines
513 B
CMake
16 lines
513 B
CMake
# Boost.Geometry
|
|
# Copyright (c) 2024 Barend Gehrels, Amsterdam, the Netherlands.
|
|
# 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(area)
|
|
add_subdirectory(buffer)
|
|
add_subdirectory(convex_hull)
|
|
add_subdirectory(detail)
|
|
add_subdirectory(envelope_expand)
|
|
add_subdirectory(overlay)
|
|
add_subdirectory(relate)
|
|
add_subdirectory(set_operations)
|
|
add_subdirectory(within)
|