mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
8 lines
189 B
CMake
8 lines
189 B
CMake
set (SOURCES FileSystem.cpp)
|
|
if (NOT WIN32)
|
|
list(APPEND SOURCES TempFile.cpp)
|
|
endif()
|
|
|
|
ladybird_lib(LibFileSystem filesystem)
|
|
target_link_libraries(LibFileSystem PRIVATE LibCoreMinimal)
|