Files
charconv/config/Jamfile
2023-06-07 10:15:33 +02:00

13 lines
252 B
Plaintext

# Copyright 2023 Matt Borland
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
import modules ;
import path ;
lib quadmath ;
exe has_float128 : has_float128.cpp quadmath ;
explicit has_float128 ;