crafter-build V2
This commit is contained in:
parent
ec3edbb3d7
commit
739ad8e59f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,8 +19,8 @@ extern "C" Configuration CrafterBuildProject(std::span<const std::string_view> a
|
||||||
cfg.path = "./";
|
cfg.path = "./";
|
||||||
cfg.name = "Crafter.Math";
|
cfg.name = "Crafter.Math";
|
||||||
cfg.outputName = "Crafter.Math";
|
cfg.outputName = "Crafter.Math";
|
||||||
ApplyStandardArgs(cfg, args);
|
|
||||||
cfg.type = ConfigurationType::LibraryStatic;
|
cfg.type = ConfigurationType::LibraryStatic;
|
||||||
|
ApplyStandardArgs(cfg, args);
|
||||||
{
|
{
|
||||||
std::array<fs::path, 8> ifaces;
|
std::array<fs::path, 8> ifaces;
|
||||||
std::ranges::copy(mathInterfaces, ifaces.begin());
|
std::ranges::copy(mathInterfaces, ifaces.begin());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue