Some checks reported errors
		
		
	
	continuous-integration/drone/push Build was killed
				
			feat: surface system This commit puts the project in major jeopardy as it overhauls the architecture such as removing the layer stack completely, etc. I am filled with determination.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_library_module(asset_manager 
 | 
						|
    asset_manager.cpp
 | 
						|
)
 | 
						|
 | 
						|
target_link_libraries(
 | 
						|
  asset_manager
 | 
						|
  PUBLIC asset_parser
 | 
						|
  PRIVATE logger
 | 
						|
)
 |