view Scan/matrix/setup.cmake @ 21:c14f9ac8420f

Reorganization for use with the CMake "Modules" - Include option is currently "hacked" and needs to be fixed - Builds on Linux, but Mac and Windows needs to be tested - Loader script generation isn't complete
author Jacob Alexander <triplehaata@gmail.com>
date Wed, 28 Sep 2011 23:25:51 -0700
parents
children 92de7e0a0a10
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 TODO Fixme!! (../)
#
add_definitions( -I../Keymap )