]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/test/compile_test/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / CMakeLists.txt
1 # Copyright 2021 Matt Borland
2 # Distributed under the Boost Software License, Version 1.0.
3 # https://www.boost.org/LICENSE_1_0.txt
4
5 file(GLOB SOURCES "*.cpp")
6 add_library(boost_math-compile_tests STATIC ${SOURCES})
7 target_compile_features(boost_math-compile_tests PRIVATE cxx_std_17)
8 target_link_libraries(boost_math-compile_tests PUBLIC Boost::math)