mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:52:43 +00:00 
			
		
		
		
	 644928314a
			
		
	
	
		644928314a
		
	
	
	
	
		
			
			Starting with header validation and a dump() method that can be used to debug future parsing work.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
 | |
| set(SOURCES
 | |
|   Validation.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDeviceTree DeviceTree)
 | |
| target_link_libraries(LibDeviceTree LibC LibCore)
 |