mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     RegexByteCode.cpp
 | |
|     RegexLexer.cpp
 | |
|     RegexMatcher.cpp
 | |
|     RegexOptimizer.cpp
 | |
|     RegexParser.cpp
 | |
| )
 | |
| 
 | |
| if(SERENITYOS)
 | |
|     list(APPEND SOURCES C/Regex.cpp)
 | |
| endif()
 | |
| 
 | |
| serenity_lib(LibRegex regex)
 | |
| target_link_libraries(LibRegex PRIVATE LibUnicode)
 | 
