21 lines
391 B
Plaintext
21 lines
391 B
Plaintext
cxx.std = latest
|
|
|
|
using cxx
|
|
|
|
hxx{*}: extension = hpp
|
|
ixx{*}: extension = ipp
|
|
txx{*}: extension = tpp
|
|
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
|