summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam9
1 files changed, 8 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index fdd08cd..62032d9 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -70,7 +70,14 @@ run application/main.cpp
;
lib ilt :
- [ glob-tree *.cpp *.c *.vs *.fs *.ll : bin test ]
+ [ glob-tree *.cpp *.vs *.fs : bin test ]
+ [ lib generated : [ glob-tree *.ll *.c ] :
+ <include>.
+ <include>lib
+ <variant>release
+ <link>static
+ <cflags>-fPIC
+ ]
:
<include>.
<include>lib