diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 0c030aa..043ac4f 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -49,13 +49,10 @@ exe iliketrains : application/main.cpp : <library>ilt - <include>. - <include>utility - <include>lib ; lib ilt : - [ glob-tree *.cpp *.c *.vs *.fs : bin ] + [ glob-tree *.cpp *.c *.vs *.fs : bin test ] : <variant>release:<link>static <include>. @@ -65,4 +62,10 @@ lib ilt : <library>glew/<link>shared <library>pthread/<link>shared <use>stb + : : + <include>. + <include>utility + <include>lib ; + +build-project test ; |