Add descriptions in CMakeLists

This commit is contained in:
apio 2022-12-04 12:47:08 +01:00
parent c7ab6bc2d3
commit b8239698db
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# The Moon kernel for Luna.
set(SOURCES set(SOURCES
src/main.cpp src/main.cpp
src/Log.cpp src/Log.cpp

View File

@ -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 set(FREESTANDING_SOURCES
src/Format.cpp src/Format.cpp
src/NumberParsing.cpp src/NumberParsing.cpp