diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 07:15:12 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 07:15:12 +0100 |
| commit | 7321d56a6f3667899ac6d624d08750e656517bde (patch) | |
| tree | b8e75fbbb065c314b3f2dbbdb2b64113f9251305 /example/text_processor_example/Jamfile.v2 | |
| parent | ab1d943b11c1f25fbb730e100e1891853108a8c1 (diff) | |
wip: TextProcessing Example using Qt.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/text_processor_example/Jamfile.v2')
| -rw-r--r-- | example/text_processor_example/Jamfile.v2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/example/text_processor_example/Jamfile.v2 b/example/text_processor_example/Jamfile.v2 new file mode 100644 index 0000000..4bfc827 --- /dev/null +++ b/example/text_processor_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 ; + |
