mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:42:43 +00:00 
			
		
		
		
	 49de4d5f33
			
		
	
	
		49de4d5f33
		
	
	
	
	
		
			
			Since all types and class names live in the DNS namespace, we don't need to spell it out twice each time.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Answer.cpp
 | |
|     Name.cpp
 | |
|     Packet.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDNS dns)
 | |
| target_link_libraries(LibDNS LibC)
 |