diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 20:09:34 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 20:09:34 +0000 |
commit | 63ceaec7a0f8526e347142151a150bc16b98e743 (patch) | |
tree | 91a60af52e73b2760078d036dfb6b1a96f13f89b | |
parent | Compile generated/external code as release (diff) | |
download | ilt-63ceaec7a0f8526e347142151a150bc16b98e743.tar.bz2 ilt-63ceaec7a0f8526e347142151a150bc16b98e743.tar.xz ilt-63ceaec7a0f8526e347142151a150bc16b98e743.zip |
Don't build the application into the library
-rw-r--r-- | Jamroot.jam | 2 |
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 |