Crafter.Build/interfaces/Crafter.Build.cppm

28 lines
941 B
Text
Raw Normal View History

2024-12-29 01:00:54 +01:00
/*
2025-10-31 16:50:47 +01:00
Crafter® Build
2025-04-29 00:15:14 +02:00
Copyright (C) 2025 Catcrafts®
2024-12-31 20:32:00 +01:00
Catcrafts.net
2024-12-29 01:00:54 +01:00
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
2025-10-31 16:50:47 +01:00
License version 3.0 as published by the Free Software Foundation;
2024-12-29 01:00:54 +01:00
2025-10-31 16:50:47 +01:00
This library is distributed in the hope that it will be useful,
2024-12-29 01:00:54 +01:00
but WITHOUT ANY WARRANTY; without even the implied warranty of
2024-12-29 01:04:33 +01:00
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2024-12-29 01:00:54 +01:00
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
2024-12-31 20:32:00 +01:00
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2024-12-29 01:00:54 +01:00
*/
2024-12-28 21:00:12 +01:00
export module Crafter.Build;
2025-10-31 16:50:47 +01:00
export import :Command;
2024-12-28 21:00:12 +01:00
export import :Project;
2025-10-31 16:50:47 +01:00
export import :Module;
2024-12-28 21:00:12 +01:00
export import :Configuration;
2025-04-24 19:21:09 +02:00
export import :Shader;
2025-10-31 16:50:47 +01:00
export import :Implementation;
export import :FixedVector;
export import :Test;