mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:12:43 +00:00 
			
		
		
		
	 ffb3ba3079
			
		
	
	
		ffb3ba3079
		
	
	
	
	
		
			
			These were missed in 565a880ce5.
This wasn't an issue because these tests don't pledge/unveil anything,
so they could happily dlopen() the library at runtime. But this is now
needed in order to migrate LibUnicode towards weak symbols instead.
		
	
			
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     Benchmark.cpp
 | |
|     Regex.cpp
 | |
|     RegexLibC.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibRegex LIBS LibRegex)
 | |
| endforeach()
 | |
| 
 | |
| link_with_unicode_data(Regex)
 |