|  | @@ -107,3 +107,11 @@ set(CMAKE_CXX_FLAGS_UBSAN
 | 
	
		
			
				|  |  |      "-fsanitize=undefined"
 | 
	
		
			
				|  |  |      CACHE STRING "Flags used by the C++ compiler during UndefinedBehaviourSanitizer builds."
 | 
	
		
			
				|  |  |  	FORCE)
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +set(LAGUI_FONTS
 | 
	
		
			
				|  |  | +    "NotoEmoji-Regular.ttf"
 | 
	
		
			
				|  |  | +    "NotoSansCJK-Regular.ttc"
 | 
	
		
			
				|  |  | +    "NotoSansMono-Regular.ttf"
 | 
	
		
			
				|  |  | +    "NotoSansSymbols-Regular.ttf"
 | 
	
		
			
				|  |  | +    "NotoSansSymbols2-Regular.ttf"
 | 
	
		
			
				|  |  | +)
 |