mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 19:10:26 +00:00
7 lines
150 B
CMake
7 lines
150 B
CMake
set(SOURCES
|
|
FileSystem.cpp
|
|
TempFile.cpp
|
|
)
|
|
|
|
serenity_lib(LibFileSystem filesystem)
|
|
target_link_libraries(LibFileSystem PRIVATE LibCoreMinimal)
|