Skip to content

Commit db68dab

Browse files
committed
Moved all logger and assetion logic into a separate project.
1 parent 19e6041 commit db68dab

24 files changed

+52
-26
lines changed

source/code/core/logger/logger.bff

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/// Copyright 2022 - 2026, Dandielo <dandielo@iceshard.net>
2+
/// SPDX-License-Identifier: MIT
3+
4+
.Project =
5+
[
6+
.Name = 'logger'
7+
.Kind = .Kind_StaticLib
8+
.Group = 'Core'
9+
10+
.BaseDir = '$WorkspaceCodeDir$/core/logger'
11+
12+
.Public =
13+
[
14+
.Uses = {
15+
'modules'
16+
}
17+
]
18+
19+
.Private =
20+
[
21+
.Modules = {
22+
}
23+
]
24+
]
25+
.Projects + .Project
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)