]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/io/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / io / CMakeLists.txt
CommitLineData
f67539c2 1# Copyright 2018 Mike Dev
f67539c2
TL
2# Distributed under the Boost Software License, Version 1.0.
3# (http://www.boost.org/LICENSE_1_0.txt)
4
1e59de90 5cmake_minimum_required(VERSION 3.5...3.20)
f67539c2 6
1e59de90 7project(boost_io VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
f67539c2
TL
8
9add_library(boost_io INTERFACE)
10add_library(Boost::io ALIAS boost_io)
11
12target_include_directories(boost_io INTERFACE include)
13
1e59de90
TL
14target_link_libraries(boost_io
15 INTERFACE
16 Boost::config
17)