summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-11-26 20:09:34 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-26 20:09:34 +0000
commit63ceaec7a0f8526e347142151a150bc16b98e743 (patch)
tree91a60af52e73b2760078d036dfb6b1a96f13f89b /Jamroot.jam
parentCompile generated/external code as release (diff)
downloadilt-63ceaec7a0f8526e347142151a150bc16b98e743.tar.bz2
ilt-63ceaec7a0f8526e347142151a150bc16b98e743.tar.xz
ilt-63ceaec7a0f8526e347142151a150bc16b98e743.zip
Don't build the application into the library
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 62032d9..d2d5d2f 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -70,7 +70,7 @@ run application/main.cpp
;
lib ilt :
- [ glob-tree *.cpp *.vs *.fs : bin test ]
+ [ glob-tree *.cpp *.vs *.fs : application bin test ]
[ lib generated : [ glob-tree *.ll *.c ] :
<include>.
<include>lib