Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Scan/MD2/setup.cmake

32 lines
377 B
CMake
Raw Normal View History

2014-12-01 03:38:03 +00:00
###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
2014-12-01 03:38:03 +00:00
#
# Released into the Public Domain
#
###
###
# Required Sub-modules
2014-12-01 03:38:03 +00:00
#
AddModule ( Scan ISSILed )
AddModule ( Scan MatrixARM )
2014-12-01 03:38:03 +00:00
###
# Module C files
2014-12-01 03:38:03 +00:00
#
set( Module_SRCS
scan_loop.c
2014-12-01 03:38:03 +00:00
)
###
# Compiler Family Compatibility
#
set( ModuleCompatibility
2014-12-01 03:38:03 +00:00
arm
)