libasio/tests/build/root.build

20 lines
367 B
Plaintext
Raw Normal View History

2023-07-13 07:29:01 +00:00
cxx.std = latest
using cxx
2023-07-13 07:40:40 +00:00
hxx{*}: extension = hpp
ixx{*}: extension = ipp
cxx{*}: extension = cpp
2023-07-13 07:29:01 +00:00
# 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