mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
14 lines
274 B
CMake
14 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)
|