view Scan/matrix/setup.cmake @ 23:92de7e0a0a10

Updating the build script to remove includes hack - Providing HEAD_DIR variable that can be prepended to refer to the top of the source directory
author Jacob Alexander <triplehaata@gmail.com>
date Thu, 29 Sep 2011 15:30:24 -0700
parents c14f9ac8420f
children c2ef3daf39e1
line wrap: on
line source

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


###
# Module C files
#

set( SCAN_SRCS
	scan_loop.c
)


###
# Module Specific Options
#
add_definitions( -I${HEAD_DIR}/Keymap )