mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
LibFileSystem: Create LibFileSystem
Copy over updated `DeprecatedFile` functions
This commit is contained in:
parent
e78be03b49
commit
edab0cbf41
4 changed files with 481 additions and 0 deletions
6
Userland/Libraries/LibFileSystem/CMakeLists.txt
Normal file
6
Userland/Libraries/LibFileSystem/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
FileSystem.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibFileSystem filesystem)
|
||||
target_link_libraries(LibFileSystem PRIVATE LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue