view Scan/MatrixARM/setup.cmake @ 431:7bc4c6249dff

Move matrix information to a cli command
author Jacob Alexander <haata@kiibohd.com>
date Tue, 22 Mar 2016 19:51:43 -0700
parents 5b66d1da5377
children
line wrap: on
line source

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


###
# Sub-module flag, cannot be included stand-alone
#
set ( SubModule 1 )


###
# Module C files
#
set ( Module_SRCS
	matrix_scan.c
)


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