diff options
author | Ollrogge <nils-ollrogge@outlook.de> | 2023-02-06 20:15:30 +0100 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2023-02-12 13:13:15 -0700 |
commit | 361df6eff8a650bcfbaf14bfe21ee5305c20e32c (patch) | |
tree | 3d338a1a592b3d9aaa0b4c4f65626f110fb96cc9 /AK/CMakeLists.txt | |
parent | 7e915b145b5eb29520be27b84229aa4998274dc3 (diff) | |
download | serenity-361df6eff8a650bcfbaf14bfe21ee5305c20e32c.zip |
AK: Add conversion functions for packed DOS time format
This also adjusts the FATFS code to use the new functions and removes
the now redundant old conversion functions.
Diffstat (limited to 'AK/CMakeLists.txt')
-rw-r--r-- | AK/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/CMakeLists.txt b/AK/CMakeLists.txt index 8ce72a78c9..1188c0f916 100644 --- a/AK/CMakeLists.txt +++ b/AK/CMakeLists.txt @@ -4,6 +4,7 @@ set(AK_SOURCES CircularBuffer.cpp DeprecatedFlyString.cpp DeprecatedString.cpp + DOSPackedTime.cpp Error.cpp FloatingPointStringConversions.cpp FlyString.cpp |