diff options
-rw-r--r-- | bdep/new.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 7b57ed1..97c8352 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -134,6 +134,8 @@ namespace bdep << "email: you@example.org" << endl << "depends: * build2 >= 0.7.0-" << endl << "depends: * bpkg >= 0.7.0-" << endl; + if (t == type::exe) + os << "#depends: libhello >= 1.0.0" << endl; os.close (); // repositories.manifest |