From 5c5e3e7f54620461091214a6b7180bb5d8e7afb9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 9 May 2023 23:35:28 +0100 Subject: Support for tessellation shaders --- Jamroot.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamroot.jam') 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 ] : . lib -- cgit v1.2.3