diff options
Diffstat (limited to 'src/lib/TOMLManifestBuilder.cc')
| -rw-r--r-- | src/lib/TOMLManifestBuilder.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/TOMLManifestBuilder.cc b/src/lib/TOMLManifestBuilder.cc index 757f3fc..81814b8 100644 --- a/src/lib/TOMLManifestBuilder.cc +++ b/src/lib/TOMLManifestBuilder.cc @@ -1,5 +1,6 @@ // ============================================================= // // NeBuild +// PURPOSE: TOML support. // Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license. // ============================================================= // @@ -115,4 +116,4 @@ bool TOMLManifestBuilder::BuildTarget(BuildConfig& config) { const std::string_view TOMLManifestBuilder::BuildSystem() { return "NeBuild (TOML)"; } -} // namespace NeBuild
\ No newline at end of file +} // namespace NeBuild |
