mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
Kernel: Stop compiling AK::String and friends into the Kernel
Now that these are not used in the Kernel anymore, we can finally remove them :^)
This commit is contained in:
parent
cec669a89a
commit
df1670415d
1 changed files with 0 additions and 5 deletions
|
@ -334,19 +334,14 @@ if ("${SERENITY_ARCH}" STREQUAL "i686" OR "${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
endif()
|
||||
|
||||
set(AK_SOURCES
|
||||
../AK/FlyString.cpp
|
||||
../AK/GenericLexer.cpp
|
||||
../AK/Hex.cpp
|
||||
../AK/String.cpp
|
||||
../AK/StringBuilder.cpp
|
||||
../AK/StringImpl.cpp
|
||||
../AK/StringUtils.cpp
|
||||
../AK/StringView.cpp
|
||||
../AK/Time.cpp
|
||||
../AK/Format.cpp
|
||||
../AK/UUID.cpp
|
||||
../AK/Utf8View.cpp
|
||||
../AK/Utf16View.cpp
|
||||
)
|
||||
|
||||
set(EDID_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue