From bc0958cc863083b4082161bf12456fdf28ab1c77 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Jan 2026 02:51:16 +0000 Subject: Rename shader source in keeping with glsl expectations Swaps name/type of generated files to match class names and source files. --- Jamroot.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 34ce9ac..d8d195e 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -57,7 +57,7 @@ always runresviewer ; run resviewer : -- : [ sequence.insertion-sort [ glob-tree-ex res : *.xml ] ] : : runresviewer ; lib ilt : - [ glob-tree *.cpp *.?s *.t?s : application bin test thirdparty ] + [ glob-tree *.cpp *.vert *.frag *.geom *.tesc *.tese : application bin test thirdparty ] [ lib generated : [ glob-tree *.ll *.c : bin thirdparty ] : . lib -- cgit v1.2.3