mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
752f06f228
As suggested in commit de18485
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)
|