26 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
###| CMake Kiibohd Controller Debug Module |###
 | 
						|
#
 | 
						|
# Written by Jacob Alexander in 2011-2015 for the Kiibohd Controller
 | 
						|
#
 | 
						|
# Released into the Public Domain
 | 
						|
#
 | 
						|
###
 | 
						|
 | 
						|
 | 
						|
###
 | 
						|
# Module C files
 | 
						|
#
 | 
						|
 | 
						|
set ( Module_SRCS
 | 
						|
	print.c
 | 
						|
)
 | 
						|
 | 
						|
 | 
						|
###
 | 
						|
# Compiler Family Compatibility
 | 
						|
#
 | 
						|
set ( ModuleCompatibility
 | 
						|
	arm
 | 
						|
	avr
 | 
						|
)
 | 
						|
 |