mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-15 07:09:43 +03:00
39364bdda4
New serenity_app() targets can be defined which allows application icons to be emedded directly into the executable. The embedded icons will then be used when creating an icon for that file in LibGUI.
15 lines
294 B
CMake
15 lines
294 B
CMake
set(SOURCES
|
|
IRCAppWindow.cpp
|
|
IRCChannel.cpp
|
|
IRCChannelMemberListModel.cpp
|
|
IRCClient.cpp
|
|
IRCLogBuffer.cpp
|
|
IRCQuery.cpp
|
|
IRCWindow.cpp
|
|
IRCWindowListModel.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(IRCClient ICON app-irc-client)
|
|
target_link_libraries(IRCClient LibWeb LibGUI)
|