diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 20:10:23 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-26 20:10:23 +0000 |
commit | bc60b149e7844127371e6adfca7514ded7b2fbe4 (patch) | |
tree | 64949bffd1e09d249a0474d70e0d3d1d6a72a57f | |
parent | Don't build the application into the library (diff) | |
download | ilt-bc60b149e7844127371e6adfca7514ded7b2fbe4.tar.bz2 ilt-bc60b149e7844127371e6adfca7514ded7b2fbe4.tar.xz ilt-bc60b149e7844127371e6adfca7514ded7b2fbe4.zip |
Don't run the app by default
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index d2d5d2f..9ba8966 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -62,6 +62,7 @@ exe iliketrains : <library>ilt ; +explicit main ; run application/main.cpp : -- : [ sequence.insertion-sort [ glob res/* ] ] |