From 37aab50fe37e6842042ad92473b19e2f97f8d000 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 12 Feb 2021 01:26:08 +0000 Subject: Add flex support to root --- Jamroot.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index d062442..4e2fefc 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -4,6 +4,7 @@ import pkg-config ; import type : register ; import generators : register-standard ; import testing ; +import lex ; pkg-config.import sdl2 ; pkg-config.import glew ; @@ -58,7 +59,7 @@ run application/main.cpp ; lib ilt : - [ glob-tree *.cpp *.c *.vs *.fs : bin test ] + [ glob-tree *.cpp *.c *.vs *.fs *.ll : bin test ] : release:static . -- cgit v1.2.3