24 lines
463 B
Plaintext
24 lines
463 B
Plaintext
# Uncomment to suppress warnings coming from external libraries.
|
|
#
|
|
#cxx.internal.scope = current
|
|
|
|
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
|
|
|
|
# The test target for cross-testing (running tests under Wine, etc).
|
|
#
|
|
test.target = $cxx.target
|
|
|
|
# If true, enable SSL support.
|
|
#
|
|
config [bool] config.libasio.ssl ?= false
|