mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00
9 lines
151 B
CMake
9 lines
151 B
CMake
set(SOURCES
|
|
main.cpp
|
|
TaskbarButton.cpp
|
|
TaskbarWindow.cpp
|
|
WindowList.cpp
|
|
)
|
|
|
|
serenity_bin(Taskbar)
|
|
target_link_libraries(Taskbar LibGUI)
|