mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
6 lines
126 B
CMake
6 lines
126 B
CMake
set(SOURCES
|
|
FileSystem.cpp
|
|
)
|
|
|
|
serenity_lib(LibFileSystem filesystem)
|
|
target_link_libraries(LibFileSystem PRIVATE LibCore)
|