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