]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/multi_index/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / multi_index / CMakeLists.txt
CommitLineData
1e59de90
TL
1# Generated by `boostdep --cmake multi_index`
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_multi_index VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
9
10add_library(boost_multi_index INTERFACE)
11add_library(Boost::multi_index ALIAS boost_multi_index)
12
13target_include_directories(boost_multi_index INTERFACE include)
14
15target_link_libraries(boost_multi_index
16 INTERFACE
17 Boost::assert
18 Boost::bind
19 Boost::config
20 Boost::container_hash
21 Boost::core
22 Boost::foreach
23 Boost::integer
24 Boost::iterator
25 Boost::move
26 Boost::mpl
27 Boost::preprocessor
28 Boost::serialization
29 Boost::smart_ptr
30 Boost::static_assert
31 Boost::throw_exception
32 Boost::tuple
33 Boost::type_traits
34 Boost::utility
35)
36
37if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
38
39 add_subdirectory(test)
40
41endif()
42