summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-12 01:26:08 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-12 01:26:08 +0000
commit37aab50fe37e6842042ad92473b19e2f97f8d000 (patch)
tree4b742a6e97adb37c455489a10a1f65971dc61c88 /Jamroot.jam
parentUpdate glsl version and interface (diff)
downloadilt-37aab50fe37e6842042ad92473b19e2f97f8d000.tar.bz2
ilt-37aab50fe37e6842042ad92473b19e2f97f8d000.tar.xz
ilt-37aab50fe37e6842042ad92473b19e2f97f8d000.zip
Add flex support to root
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam3
1 files changed, 2 insertions, 1 deletions
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 ]
:
<variant>release:<link>static
<include>.