diff options
Diffstat (limited to 'example/asio_example/Jamfile.v2')
| -rw-r--r-- | example/asio_example/Jamfile.v2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/example/asio_example/Jamfile.v2 b/example/asio_example/Jamfile.v2 new file mode 100644 index 0000000..4bfc827 --- /dev/null +++ b/example/asio_example/Jamfile.v2 @@ -0,0 +1,14 @@ +# +# File: Jamfile.v2 +# Author: Amlal El Mahrouss, +# Copyright 2026, Amlal El Mahrouss, Licensed under the Boost Software License +# + +project tests +: default-build debug +; + +exe example.o + : example.cpp + : <cxxstd>20 ; + |
