mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
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)
|