From b8239698db740a3125dc91c611051560d965be39 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 4 Dec 2022 12:47:08 +0100 Subject: [PATCH] Add descriptions in CMakeLists --- kernel/CMakeLists.txt | 2 ++ luna/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 28007d7f..feedd900 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -1,3 +1,5 @@ +# The Moon kernel for Luna. + set(SOURCES src/main.cpp src/Log.cpp diff --git a/luna/CMakeLists.txt b/luna/CMakeLists.txt index 0bb23007..73c64b07 100644 --- a/luna/CMakeLists.txt +++ b/luna/CMakeLists.txt @@ -1,3 +1,5 @@ +# The miscellaneous library shared between the Luna kernel and userspace, with stuff such as custom types, common routines and data structures. + set(FREESTANDING_SOURCES src/Format.cpp src/NumberParsing.cpp