]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/convert/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / convert / CMakeLists.txt
1 # Generated by `boostdep --cmake convert`
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_convert VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
9
10 add_library(boost_convert INTERFACE)
11 add_library(Boost::convert ALIAS boost_convert)
12
13 target_include_directories(boost_convert INTERFACE include)
14
15 target_link_libraries(boost_convert
16 INTERFACE
17 Boost::config
18 Boost::core
19 Boost::function_types
20 Boost::lexical_cast
21 Boost::math
22 Boost::mpl
23 Boost::optional
24 Boost::parameter
25 Boost::range
26 Boost::spirit
27 Boost::type_traits
28 )
29
30 if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
31
32 add_subdirectory(test)
33
34 endif()
35