]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/assign/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / assign / CMakeLists.txt
CommitLineData
1e59de90
TL
1# Generated by `boostdep --cmake assign`
2# Copyright 2020 Peter Dimov
3# Distributed under the Boost Software License, Version 1.0.
4# https://www.boost.org/LICENSE_1_0.txt
5
6cmake_minimum_required(VERSION 3.5...3.16)
7
8project(boost_assign VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
9
10add_library(boost_assign INTERFACE)
11add_library(Boost::assign ALIAS boost_assign)
12
13target_include_directories(boost_assign INTERFACE include)
14
15target_link_libraries(boost_assign
16 INTERFACE
17 Boost::array
18 Boost::config
19 Boost::core
20 Boost::move
21 Boost::mpl
22 Boost::preprocessor
23 Boost::ptr_container
24 Boost::range
25 Boost::static_assert
26 Boost::throw_exception
27 Boost::tuple
28 Boost::type_traits
29)
30
31if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
32
33 add_subdirectory(test)
34
35endif()
36