4 lines
		
	
	
		
			118 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			118 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_library( NoDepC NoDepCSrc.c )
 | 
						|
# This library depends on NoDepA, but the
 | 
						|
# dependency is not explicitly specified.
 |