mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Client.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES
 | |
|     ../../Services/SymbolServer/SymbolClientEndpoint.h
 | |
|     ../../Services/SymbolServer/SymbolServerEndpoint.h
 | |
| )
 | |
| 
 | |
| serenity_lib(LibSymbolClient symbolclient)
 | |
| target_link_libraries(LibSymbolClient LibIPC)
 | 
