2022-10-13 20:00:59 +00:00
|
|
|
set(AK_SOURCES
|
|
|
|
Assertions.cpp
|
|
|
|
Base64.cpp
|
2022-12-04 18:02:33 +00:00
|
|
|
DeprecatedString.cpp
|
2022-10-13 00:18:56 +00:00
|
|
|
FloatingPointStringConversions.cpp
|
2022-10-13 20:00:59 +00:00
|
|
|
FlyString.cpp
|
|
|
|
Format.cpp
|
|
|
|
FuzzyMatch.cpp
|
|
|
|
GenericLexer.cpp
|
|
|
|
Hex.cpp
|
|
|
|
JsonParser.cpp
|
|
|
|
JsonPath.cpp
|
|
|
|
JsonValue.cpp
|
|
|
|
kmalloc.cpp
|
|
|
|
LexicalPath.cpp
|
|
|
|
Random.cpp
|
|
|
|
StackInfo.cpp
|
|
|
|
StringBuilder.cpp
|
2022-10-25 18:00:49 +00:00
|
|
|
StringFloatingPointConversions.cpp
|
2022-10-13 20:00:59 +00:00
|
|
|
StringImpl.cpp
|
|
|
|
StringUtils.cpp
|
|
|
|
StringView.cpp
|
|
|
|
Time.cpp
|
|
|
|
URL.cpp
|
|
|
|
URLParser.cpp
|
|
|
|
Utf16View.cpp
|
|
|
|
Utf8View.cpp
|
|
|
|
UUID.cpp
|
|
|
|
)
|
|
|
|
# AK sources are included from many different places, such as the Kernel, LibC, and Loader
|
|
|
|
list(TRANSFORM AK_SOURCES PREPEND "${CMAKE_CURRENT_SOURCE_DIR}/")
|
|
|
|
|
|
|
|
set(AK_SOURCES ${AK_SOURCES} PARENT_SCOPE)
|
|
|
|
|
2020-05-26 18:20:24 +00:00
|
|
|
serenity_install_headers(AK)
|
2020-08-15 12:11:10 +00:00
|
|
|
serenity_install_sources(AK)
|