mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
LibC: Sort the SOURCES entries in CMakeLists.txt
This commit is contained in:
parent
cacc3ee857
commit
4f8d095f5a
Notes:
sideshowbarker
2024-07-17 22:29:54 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/4f8d095f5ac Pull-request: https://github.com/SerenityOS/serenity/pull/11324 Reviewed-by: https://github.com/BertalanD
@ -44,7 +44,6 @@ set(LIBC_SOURCES
|
||||
string.cpp
|
||||
strings.cpp
|
||||
stubs.cpp
|
||||
syslog.cpp
|
||||
sys/auxv.cpp
|
||||
sys/file.cpp
|
||||
sys/mman.cpp
|
||||
@ -52,10 +51,11 @@ set(LIBC_SOURCES
|
||||
sys/ptrace.cpp
|
||||
sys/select.cpp
|
||||
sys/socket.cpp
|
||||
sys/statvfs.cpp
|
||||
sys/uio.cpp
|
||||
sys/wait.cpp
|
||||
sys/statvfs.cpp
|
||||
sys/xattr.cpp
|
||||
syslog.cpp
|
||||
termcap.cpp
|
||||
termios.cpp
|
||||
time.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user