This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2014-08-01 08:26:25 +00:00
|
|
|
###| CMake Kiibohd Controller Scan Module |###
|
|
|
|
#
|
|
|
|
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
|
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
2015-01-26 01:53:48 +00:00
|
|
|
# Required Submodules
|
2014-08-01 08:26:25 +00:00
|
|
|
#
|
|
|
|
|
2015-01-26 01:53:48 +00:00
|
|
|
AddModule ( Scan MatrixARM )
|
2014-08-01 08:26:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
###
|
2015-01-26 01:53:48 +00:00
|
|
|
# Module C files
|
2014-08-01 08:26:25 +00:00
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
|
|
|
|
set ( Module_SRCS
|
|
|
|
scan_loop.c
|
2014-08-01 08:26:25 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( ModuleCompatibility
|
2014-08-01 08:26:25 +00:00
|
|
|
arm
|
|
|
|
)
|
|
|
|
|