2014-01-19 16:40:36 -08:00
|
|
|
###| CMake Kiibohd Controller Debug Module |###
|
|
|
|
#
|
2015-01-25 17:53:48 -08:00
|
|
|
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
|
2014-01-19 16:40:36 -08:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
|
|
|
|
2015-01-25 17:53:48 -08:00
|
|
|
set ( Module_SRCS
|
2014-01-19 16:40:36 -08:00
|
|
|
cli.c
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-01-25 17:53:48 -08:00
|
|
|
set ( ModuleCompatibility
|
2014-01-19 16:40:36 -08:00
|
|
|
arm
|
|
|
|
avr
|
|
|
|
)
|
|
|
|
|