kiibohd-controller/Scan/MD2/setup.cmake

32 lines
377 B
CMake
Raw Normal View History

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