mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:02:44 +00:00 
			
		
		
		
	 7b4e36bf88
			
		
	
	
		7b4e36bf88
		
	
	
	
	
		
			
			While unnecessary at the moment, this will allow for more fine-grained control when complex color spaces get added.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     ColorSpace.cpp
 | |
|     CommonNames.cpp
 | |
|     Document.cpp
 | |
|     Filter.cpp
 | |
|     Object.cpp
 | |
|     Parser.cpp
 | |
|     Renderer.cpp
 | |
|     Value.cpp
 | |
|     )
 | |
| 
 | |
| serenity_lib(LibPDF pdf)
 | |
| target_link_libraries(LibPDF LibC LibCore LibIPC LibGfx LibTextCodec)
 |