2011-09-28 23:25:51 -07:00
|
|
|
###| CMake Kiibohd Controller Debug Module |###
|
|
|
|
#
|
2015-01-25 17:53:48 -08:00
|
|
|
# Written by Jacob Alexander in 2011-2015 for the Kiibohd Controller
|
2011-09-28 23:25:51 -07:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
|
|
|
|
2015-01-25 17:53:48 -08:00
|
|
|
set ( Module_SRCS
|
2011-09-28 23:25:51 -07:00
|
|
|
print.c
|
|
|
|
)
|
|
|
|
|
|
|
|
|
2013-01-30 18:13:49 -05:00
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-01-25 17:53:48 -08:00
|
|
|
set ( ModuleCompatibility
|
2013-01-30 18:13:49 -05:00
|
|
|
arm
|
|
|
|
avr
|
|
|
|
)
|
|
|
|
|