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