mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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)
|