mirror of
https://github.com/boostorg/url.git
synced 2025-05-11 21:53:58 +00:00
18 lines
491 B
CMake
18 lines
491 B
CMake
#
|
|
# Copyright (c) 2022 Alan de Freitas (alandefreitas@gmail.com)
|
|
#
|
|
# Distributed under 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)
|
|
#
|
|
# Official repository: https://github.com/boostorg/url
|
|
#
|
|
|
|
add_subdirectory(qrcode)
|
|
add_subdirectory(finicky)
|
|
add_subdirectory(suffix_list)
|
|
add_subdirectory(mailto)
|
|
add_subdirectory(magnet)
|
|
add_subdirectory(file_router)
|
|
add_subdirectory(router)
|
|
add_subdirectory(sanitize)
|