mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:12:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Cmap.cpp
 | |
|     Font.cpp
 | |
|     Glyf.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibTTF ttf)
 | |
| target_link_libraries(LibTTF LibM LibCore LibTextCodec)
 | 
