diff options
-rw-r--r-- | Jamroot.jam | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index f7edfd3..ce4b342 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -64,12 +64,7 @@ exe iliketrains : ; explicit main ; -run application/main.cpp - : -- : - [ sequence.insertion-sort [ glob res/* ] ] - : - <library>ilt - ; +run iliketrains : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.* ] ] : : main ; lib ilt : [ glob-tree *.cpp *.vs *.fs : application bin test ] |