mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Answer.cpp
 | |
|     Name.cpp
 | |
|     Packet.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDNS dns)
 | |
| target_link_libraries(LibDNS PRIVATE LibCore LibIPC)
 | 
