Add descriptions in CMakeLists
This commit is contained in:
parent
c7ab6bc2d3
commit
b8239698db
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user