From 7321d56a6f3667899ac6d624d08750e656517bde Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Mar 2026 07:15:12 +0100 Subject: wip: TextProcessing Example using Qt. Signed-off-by: Amlal El Mahrouss --- example/text_processor_example/Jamfile.v2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 example/text_processor_example/Jamfile.v2 (limited to 'example/text_processor_example/Jamfile.v2') 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 + : 20 ; + -- cgit v1.2.3