libasio/tests/build/root.build
2023-07-13 09:29:01 +02:00

21 lines
391 B
Plaintext

cxx.std = latest
using cxx
hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
# Assume headers are importable unless stated otherwise.
#
hxx{*}: cxx.importable = true
# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true
# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target