mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:12:46 +00:00 
			
		
		
		
	 3b8ccd123b
			
		
	
	
		3b8ccd123b
		
	
	
	
	
		
			
			This is currently not a failure condition, but we will print out a message to the console informing the user of a potential corrupted file.
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			581 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			581 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     GenericTypes.cpp
 | |
|     SampleFormats.cpp
 | |
|     Loader.cpp
 | |
|     WavLoader.cpp
 | |
|     FlacLoader.cpp
 | |
|     WavWriter.cpp
 | |
|     Metadata.cpp
 | |
|     MP3Loader.cpp
 | |
|     QOALoader.cpp
 | |
|     QOATypes.cpp
 | |
|     UserSampleQueue.cpp
 | |
|     VorbisComment.cpp
 | |
| )
 | |
| 
 | |
| if (SERENITYOS)
 | |
|     list(APPEND SOURCES ConnectionToServer.cpp)
 | |
|     set(GENERATED_SOURCES
 | |
|         ../../Services/AudioServer/AudioClientEndpoint.h
 | |
|         ../../Services/AudioServer/AudioServerEndpoint.h
 | |
|     )
 | |
| endif()
 | |
| 
 | |
| serenity_lib(LibAudio audio)
 | |
| target_link_libraries(LibAudio PRIVATE LibCore LibIPC LibThreading LibUnicode LibCrypto)
 |