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:
Idan Horowitz 2022-02-16 00:25:01 +02:00 committed by Andreas Kling
parent cec669a89a
commit df1670415d
Notes: sideshowbarker 2024-07-17 18:39:50 +09:00

View file

@ -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