mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
While this is useful for tests, we should really be avoiding it in 'proper' code as it suffers from TOCTOU issues. Since it is unused, let's just remove it.
7 lines
132 B
CMake
7 lines
132 B
CMake
set(SOURCES
|
|
FileSystem.cpp
|
|
)
|
|
|
|
ladybird_lib(LibFileSystem filesystem)
|
|
target_link_libraries(LibFileSystem PRIVATE LibCoreMinimal)
|