2011-09-28 23:25:51 -07:00
|
|
|
###| CMake Kiibohd Controller Debug Module |###
|
|
|
|
#
|
2014-04-06 11:49:27 -07:00
|
|
|
# Written by Jacob Alexander in 2011,2014 for the Kiibohd Controller
|
2011-09-28 23:25:51 -07:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
|
|
|
|
|
|
|
set( DEBUG_SRCS
|
|
|
|
print.c
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module Specific Options
|
|
|
|
#
|
|
|
|
|
2011-09-29 22:22:19 -07:00
|
|
|
|
|
|
|
###
|
|
|
|
# Just in case, you only want this module and are using others as well
|
|
|
|
#
|
|
|
|
add_definitions( -I${HEAD_DIR}/Debug/off )
|
|
|
|
|
2013-01-30 18:13:49 -05:00
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
|
|
|
set( DebugModuleCompatibility
|
|
|
|
arm
|
|
|
|
avr
|
|
|
|
)
|
|
|
|
|