2014-09-27 11:58:56 -07:00
|
|
|
###| CMake Kiibohd Controller Macro Module |###
|
|
|
|
#
|
2015-02-09 22:18:01 -08:00
|
|
|
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
|
2014-09-27 11:58:56 -07:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
###
|
2015-02-09 22:18:01 -08:00
|
|
|
# Sub-module flag, cannot be included stand-alone
|
2014-09-27 11:58:56 -07:00
|
|
|
#
|
2015-02-09 22:18:01 -08:00
|
|
|
set ( SubModule 1 )
|
|
|
|
|
2014-09-27 11:58:56 -07:00
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
2015-02-09 22:18:01 -08:00
|
|
|
set ( Module_SRCS
|
|
|
|
)
|
2014-09-27 11:58:56 -07:00
|
|
|
|
|
|
|
|
|
|
|
###
|
2015-02-09 22:18:01 -08:00
|
|
|
# Compiler Family Compatibility
|
2014-09-27 11:58:56 -07:00
|
|
|
#
|
2015-02-09 22:18:01 -08:00
|
|
|
set ( ModuleCompatibility
|
|
|
|
arm
|
|
|
|
avr
|
|
|
|
)
|
2014-09-27 11:58:56 -07:00
|
|
|
|