diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-12 01:26:08 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-12 01:26:08 +0000 |
commit | 37aab50fe37e6842042ad92473b19e2f97f8d000 (patch) | |
tree | 4b742a6e97adb37c455489a10a1f65971dc61c88 /Jamroot.jam | |
parent | Update glsl version and interface (diff) | |
download | ilt-37aab50fe37e6842042ad92473b19e2f97f8d000.tar.bz2 ilt-37aab50fe37e6842042ad92473b19e2f97f8d000.tar.xz ilt-37aab50fe37e6842042ad92473b19e2f97f8d000.zip |
Add flex support to root
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
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>. |