mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-02 16:25:34 +03:00
14 lines
223 B
CMake
14 lines
223 B
CMake
serenity_component(
|
|
SystemServer
|
|
REQUIRED
|
|
TARGETS SystemServer
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
Service.cpp
|
|
)
|
|
|
|
serenity_bin(SystemServer)
|
|
target_link_libraries(SystemServer PRIVATE LibCore LibFileSystem LibMain)
|