mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:18:11 +00:00
8 lines
150 B
CMake
8 lines
150 B
CMake
set(SOURCES
|
|
DisplaySettings.cpp
|
|
main.cpp
|
|
MonitorWidget.cpp
|
|
)
|
|
|
|
serenity_bin(DisplaySettings)
|
|
target_link_libraries(DisplaySettings LibGUI)
|