mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Take all files from subproject dirs.
This commit is contained in:
parent
bbd4838022
commit
0c0adeda4c
1 changed files with 1 additions and 0 deletions
1
sw.cpp
1
sw.cpp
|
|
@ -24,6 +24,7 @@ void build(Solution &s)
|
|||
t.PackageDefinitions = true;
|
||||
t += cppstd;
|
||||
t.setRootDirectory("src/" + dirname);
|
||||
t += ".*"_rr; // to take .natvis files explicitly
|
||||
return t;
|
||||
};
|
||||
auto add_exe = [&](const String &name, const String &dirname = {}) -> decltype(auto)
|
||||
|
|
|
|||
Loading…
Reference in a new issue