view Macro/PartialMap/setup.cmake @ 433:0f7a6b593dc4

Initial refactoring of PartialMap for supporting custom Triggers - Requires a recent KLL - Functionality wise, nothing has changed
author Jacob Alexander <haata@kiibohd.com>
date Sun, 08 May 2016 18:50:28 -0700
parents 5b66d1da5377
children
line wrap: on
line source

###| CMake Kiibohd Controller Macro Module |###
#
# Written by Jacob Alexander in 2014-2016 for the Kiibohd Controller
#
# Released into the Public Domain
#
###


###
# Module C files
#

set ( Module_SRCS
	macro.c
	result.c
	trigger.c
)


###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
	arm
	avr
)