mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
7 lines
115 B
CMake
7 lines
115 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Service.cpp
|
|
)
|
|
|
|
serenity_bin(SystemServer)
|
|
target_link_libraries(SystemServer LibCore)
|