]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/rational/CMakeLists.txt
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / boost / libs / rational / CMakeLists.txt
1 # Generated by `boostdep --cmake rational`
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_rational VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
9
10 add_library(boost_rational INTERFACE)
11 add_library(Boost::rational ALIAS boost_rational)
12
13 target_include_directories(boost_rational INTERFACE include)
14
15 target_link_libraries(boost_rational
16 INTERFACE
17 Boost::assert
18 Boost::config
19 Boost::core
20 Boost::integer
21 Boost::static_assert
22 Boost::throw_exception
23 Boost::type_traits
24 Boost::utility
25 )
26
27 if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
28
29 add_subdirectory(test)
30
31 endif()
32