1e9f55a0bf
- Added AddModule CMake function which simplifies specifying module requirements
25 lines
292 B
CMake
25 lines
292 B
CMake
###| CMake Kiibohd Controller Scan Module |###
|
|
#
|
|
# Written by Jacob Alexander in 2013-2015 for the Kiibohd Controller
|
|
#
|
|
# Released into the Public Domain
|
|
#
|
|
###
|
|
|
|
|
|
###
|
|
# Module C files
|
|
#
|
|
set ( Module_SRCS
|
|
scan_loop.c
|
|
)
|
|
|
|
|
|
###
|
|
# Compiler Family Compatibility
|
|
#
|
|
set ( ModuleCompatibility
|
|
avr
|
|
)
|
|
|