blob: 4bfc827acbf7aaf6bec4ac96ff4909cd5e6b651f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ;
|