mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 09:22:30 +00:00
7 lines
189 B
CMake
7 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)
|