libcode-crc/build/root.build

16 lines
284 B
Plaintext
Raw Normal View History

2024-12-24 21:19:10 +01:00
cxx.std = latest
using cxx
hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
if ($cxx.class == 'msvc')
cxx.coptions += /wd4251 /wd4275
# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target