mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:32:43 +00:00 
			
		
		
		
	 bf53d7ff64
			
		
	
	
		bf53d7ff64
		
	
	
	
	
		
			
			Moved the C++ Lexer we have from LibGUI to here, so that other components could use it without linking with LibGUI.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Lexer.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCpp cpp)
 | |
| target_link_libraries(LibCpp LibC)
 |