]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/preprocessor/CMakeLists.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / preprocessor / CMakeLists.txt
1 # Copyright 2018 Mike Dev
2 # Distributed under the Boost Software License, Version 1.0.
3 # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
4
5 cmake_minimum_required(VERSION 3.5)
6 project(BoostPreprocessor LANGUAGES CXX)
7
8 add_library(boost_preprocessor INTERFACE)
9 add_library(Boost::preprocessor ALIAS boost_preprocessor)
10
11 target_include_directories(boost_preprocessor INTERFACE include)
12