This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2014-12-01 03:38:03 +00:00
|
|
|
###| CMake Kiibohd Controller Scan Module |###
|
|
|
|
#
|
2015-02-09 21:21:23 +00:00
|
|
|
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
|
2014-12-01 03:38:03 +00:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
2015-02-09 21:21:23 +00:00
|
|
|
# Required Sub-modules
|
2014-12-01 03:38:03 +00:00
|
|
|
#
|
2015-02-09 21:21:23 +00:00
|
|
|
AddModule ( Scan ISSILed )
|
|
|
|
AddModule ( Scan MatrixARM )
|
2014-12-01 03:38:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
###
|
2015-02-09 21:21:23 +00:00
|
|
|
# Module C files
|
2014-12-01 03:38:03 +00:00
|
|
|
#
|
2015-02-09 21:21:23 +00:00
|
|
|
set( Module_SRCS
|
|
|
|
scan_loop.c
|
2014-12-01 03:38:03 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-02-09 21:21:23 +00:00
|
|
|
set( ModuleCompatibility
|
2014-12-01 03:38:03 +00:00
|
|
|
arm
|
|
|
|
)
|
|
|
|
|