10 lines
		
	
	
		
			283 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			283 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| if (TARGET tinyusb_device)
 | |
|     add_subdirectory(device)
 | |
| else ()
 | |
|     message("Skipping TinyUSB device examples, as TinyUSB unavailable")
 | |
| endif ()
 | |
| if (TARGET tinyusb_host)
 | |
|     add_subdirectory(host)
 | |
| else ()
 | |
|     message("Skipping TinyUSB host examples, as TinyUSB unavailable")
 | |
| endif () |