mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
13 lines
223 B
CMake
13 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)
|