diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-09 23:35:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-09 23:35:28 +0100 |
commit | 5c5e3e7f54620461091214a6b7180bb5d8e7afb9 (patch) | |
tree | 7b65c5ce8b8bb577ccc21437d62958e91ea81b3d /Jamroot.jam | |
parent | Merge branch 'containers' (diff) | |
download | ilt-5c5e3e7f54620461091214a6b7180bb5d8e7afb9.tar.bz2 ilt-5c5e3e7f54620461091214a6b7180bb5d8e7afb9.tar.xz ilt-5c5e3e7f54620461091214a6b7180bb5d8e7afb9.zip |
Support for tessellation shaders
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 35b48ea..a3ca984 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -57,7 +57,7 @@ explicit main ; run iliketrains : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.* ] ] : : main ; lib ilt : - [ glob-tree *.cpp *.?s : application bin test ] + [ glob-tree *.cpp *.?s *.t?s : application bin test ] [ lib generated : [ glob-tree *.ll *.c ] : <include>. <include>lib |