mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 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)
 | 
