mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:12:45 +00:00 
			
		
		
		
	 643faa1144
			
		
	
	
		643faa1144
		
	
	
	
	
		
			
			- No underscores between word boundaries, i.e. `languageserver` and not `language_server` for LibLanguageServer - All lowercase, i.e. `coredump` and not `Coredump` for LibCoredump
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Backtrace.cpp
 | |
|     Inspector.cpp
 | |
|     Reader.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCoredump coredump)
 | |
| target_link_libraries(LibCoredump LibC LibCompress LibCore LibDebug)
 |