crafter-build V2

This commit is contained in:
Jorijn van der Graaf 2026-04-29 20:16:46 +02:00
commit 739ad8e59f

View file

@ -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());