diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 13:27:33 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 13:27:33 +0000 |
commit | 866b44bf62fe94a506cb36d41ae846108fe78bd6 (patch) | |
tree | 10c6d73a7700dc0b2a57ac22562611a2a437712d /Jamroot.jam | |
parent | Add test-maths (diff) | |
download | ilt-866b44bf62fe94a506cb36d41ae846108fe78bd6.tar.bz2 ilt-866b44bf62fe94a506cb36d41ae846108fe78bd6.tar.xz ilt-866b44bf62fe94a506cb36d41ae846108fe78bd6.zip |
Test run depends on resources
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index e569a31..51097f7 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -5,6 +5,7 @@ import type : register ; import generators : register-standard ; import testing ; import lex ; +import sequence ; pkg-config.import sdl2 ; pkg-config.import glew ; @@ -55,7 +56,9 @@ exe iliketrains : ; run application/main.cpp - : : : + : -- : + [ sequence.insertion-sort [ glob res/* ] ] + : <library>ilt ; |