mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
15 lines
274 B
CMake
15 lines
274 B
CMake
set(SOURCES
|
|
IRCAppWindow.cpp
|
|
IRCChannel.cpp
|
|
IRCChannelMemberListModel.cpp
|
|
IRCClient.cpp
|
|
IRCLogBuffer.cpp
|
|
IRCQuery.cpp
|
|
IRCWindow.cpp
|
|
IRCWindowListModel.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(IRCClient)
|
|
target_link_libraries(IRCClient LibWeb LibGUI)
|