libasio/tests/build/root.build
Francois Kritzinger cc7aedff52 Test
2023-07-19 16:38:01 +02:00

20 lines
367 B
Plaintext

cxx.std = latest
using cxx
hxx{*}: extension = hpp
ixx{*}: extension = ipp
cxx{*}: extension = cpp
# 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