mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
12 lines
176 B
CMake
12 lines
176 B
CMake
serenity_component(
|
|
FileOperation
|
|
TARGETS FileOperation
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(FileOperation)
|
|
target_link_libraries(FileOperation LibCore LibMain)
|