From 63ceaec7a0f8526e347142151a150bc16b98e743 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 26 Nov 2021 20:09:34 +0000 Subject: Don't build the application into the library --- Jamroot.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamroot.jam') 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 ] : . lib -- cgit v1.2.3