mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 18:25:09 +00:00
13 lines
201 B
CMake
13 lines
201 B
CMake
serenity_component(
|
|
SystemServer
|
|
REQUIRED
|
|
TARGETS SystemServer
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
Service.cpp
|
|
)
|
|
|
|
serenity_bin(SystemServer)
|
|
target_link_libraries(SystemServer LibCore LibMain)
|