]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/flyweight/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / flyweight / CMakeLists.txt
1 # Generated by `boostdep --cmake flyweight`
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
6 cmake_minimum_required(VERSION 3.5...3.16)
7
8 project(boost_flyweight VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
9
10 add_library(boost_flyweight INTERFACE)
11 add_library(Boost::flyweight ALIAS boost_flyweight)
12
13 target_include_directories(boost_flyweight INTERFACE include)
14
15 target_link_libraries(boost_flyweight
16 INTERFACE
17 Boost::assert
18 Boost::config
19 Boost::container_hash
20 Boost::core
21 Boost::detail
22 Boost::interprocess
23 Boost::mpl
24 Boost::multi_index
25 Boost::parameter
26 Boost::preprocessor
27 Boost::serialization
28 Boost::smart_ptr
29 Boost::throw_exception
30 Boost::type_traits
31 )
32
33 if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
34
35 add_subdirectory(test)
36
37 endif()
38