mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:22:45 +00:00 
			
		
		
		
	 fc8bf7ac3e
			
		
	
	
		fc8bf7ac3e
		
	
	
	
	
		
			
			Currently, LibUnicodeData contains the generated UCD and CLDR data. Move the UCD data to the main LibUnicode library, and rename LibUnicodeData to LibLocaleData. This is another prepatory change to migrate to LibLocale.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     Benchmark.cpp
 | |
|     Regex.cpp
 | |
|     RegexLibC.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibRegex LIBS LibRegex)
 | |
| endforeach()
 |