2011-09-28 23:25:51 -07:00
|
|
|
###| CMake Kiibohd Controller Debug Module |###
|
|
|
|
#
|
|
|
|
# Written by Jacob Alexander in 2011 for the Kiibohd Controller
|
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
2011-09-29 22:22:19 -07:00
|
|
|
#| None!
|
2011-09-28 23:25:51 -07:00
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module Specific Options
|
|
|
|
#
|
|
|
|
|
2013-01-30 18:13:49 -05:00
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
|
|
|
set( DebugModuleCompatibility
|
|
|
|
arm
|
|
|
|
avr
|
|
|
|
)
|
|
|
|
|