mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 06:47:34 +00:00

This is a helper program for FileManager that performs a file operation in a separate process and reports progress on standard out. This initial implementation only supports the "Copy" operation and does not do any detailed error handling.
6 lines
101 B
CMake
6 lines
101 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(FileOperation)
|
|
target_link_libraries(FileOperation LibCore)
|