We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e3fd0 commit 2b9ad2aCopy full SHA for 2b9ad2a
bench/Jamfile
@@ -11,15 +11,12 @@ import common ;
11
import os ;
12
import path ;
13
import property ;
14
+import bench.jam ;
15
16
import feature ;
17
18
path-constant HERE : . ;
19
-feature.feature bench.option : : free optional ;
20
-feature.feature bench.launcher : : free optional ;
21
-feature.feature bench.file : : free optional ;
22
-
23
.BENCH_FILES = [ os.environ BENCH_FILES ] ;
24
25
local has_nlohmann_json = [
bench/bench.jam
@@ -0,0 +1,5 @@
1
+import feature ;
2
+
3
+feature.feature bench.option : : free optional ;
4
+feature.feature bench.launcher : : free optional ;
5
+feature.feature bench.file : : free optional ;
0 commit comments