mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 12:55:07 +00:00
12 lines
197 B
CMake
12 lines
197 B
CMake
serenity_component(
|
|
Settings
|
|
REQUIRED
|
|
TARGETS Settings
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Settings ICON app-settings)
|
|
target_link_libraries(Settings LibGUI LibDesktop LibMain)
|