summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-05-09 23:35:28 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-05-09 23:35:28 +0100
commit5c5e3e7f54620461091214a6b7180bb5d8e7afb9 (patch)
tree7b65c5ce8b8bb577ccc21437d62958e91ea81b3d /Jamroot.jam
parentMerge branch 'containers' (diff)
downloadilt-5c5e3e7f54620461091214a6b7180bb5d8e7afb9.tar.bz2
ilt-5c5e3e7f54620461091214a6b7180bb5d8e7afb9.tar.xz
ilt-5c5e3e7f54620461091214a6b7180bb5d8e7afb9.zip
Support for tessellation shaders
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
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