mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
8 lines
143 B
CMake
8 lines
143 B
CMake
set(SOURCES
|
|
FileSystem.cpp
|
|
TempFile.cpp
|
|
)
|
|
|
|
serenity_lib(LibFileSystem filesystem)
|
|
target_link_libraries(LibFileSystem PRIVATE LibCore)
|