mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 08:06:09 +00:00
This adds component declarations so that users can select to not build certain parts of the OS.
12 lines
168 B
CMake
12 lines
168 B
CMake
serenity_component(
|
|
FileOperation
|
|
TARGETS FileOperation
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(FileOperation)
|
|
target_link_libraries(FileOperation LibCore)
|