libasio/build/root.build

24 lines
463 B
Plaintext
Raw Normal View History

2023-07-13 07:29:01 +00:00
# Uncomment to suppress warnings coming from external libraries.
#
#cxx.internal.scope = current
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
# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target
2023-07-13 07:40:40 +00:00
# If true, enable SSL support.
#
config [bool] config.libasio.ssl ?= false