mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +00:00
7 lines
143 B
CMake
7 lines
143 B
CMake
set(SOURCES
|
|
FileSystem.cpp
|
|
TempFile.cpp
|
|
)
|
|
|
|
serenity_lib(LibFileSystem filesystem)
|
|
target_link_libraries(LibFileSystem PRIVATE LibCore)
|