mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Buffer.cpp
 | |
|     ClientConnection.cpp
 | |
|     Loader.cpp
 | |
|     WavLoader.cpp
 | |
|     WavWriter.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES
 | |
|     ../../Services/AudioServer/AudioClientEndpoint.h
 | |
|     ../../Services/AudioServer/AudioServerEndpoint.h
 | |
| )
 | |
| 
 | |
| serenity_lib(LibAudio audio)
 | |
| target_link_libraries(LibAudio LibCore LibIPC)
 | 
