Some checks failed
CI / build-test-release (push) Failing after 7m15s
13 lines
345 B
C++
13 lines
345 B
C++
// SPDX-License-Identifier: LGPL-3.0-only
|
|
// SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
|
|
|
|
export module Crafter.Build;
|
|
export import :Clang;
|
|
export import :Platform;
|
|
export import :Implementation;
|
|
export import :Shader;
|
|
export import :External;
|
|
export import :Test;
|
|
export import :Lint;
|
|
export import :Progress;
|
|
export import :Asset;
|