diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-04-01 14:21:10 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-04-01 14:21:10 +0100 |
| commit | 6635cee143eb4cf3882bac519b8c12b83b62de62 (patch) | |
| tree | 6ec80724a1d622b6933de8afa27cbafba2110471 /test/Jamfile.jam | |
| parent | Helper to instantiate transient static values as required (diff) | |
| download | ilt-6635cee143eb4cf3882bac519b8c12b83b62de62.tar.bz2 ilt-6635cee143eb4cf3882bac519b8c12b83b62de62.tar.xz ilt-6635cee143eb4cf3882bac519b8c12b83b62de62.zip | |
Add helper to Decompose a member pointer
Diffstat (limited to 'test/Jamfile.jam')
| -rw-r--r-- | test/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index da2a61a..baf0db4 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -79,5 +79,6 @@ run test-environment.cpp : : : <library>test ; run test-ui.cpp : : : <library>test ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; +compile test-static-util.cpp ; alias perf : perf-assetFactory perf-persistence perf-geoData perf-instancing perf-terrain ; explicit perf ; |
