view Debug/led/setup.cmake @ 36:00a06e011158

Pre Tandy1000 overhaul
author Jacob Alexander <triplehaata@gmail.com>
date Mon, 28 Nov 2011 22:20:04 -0800
parents 2d65da455ef3
children 8a344117d851
line wrap: on
line source

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


###
# Module C files
#

set( DEBUG_SRCS
	led.c
)


###
# Setup File Dependencies
#
add_file_dependencies( ../led/led.c ../led/led.h )


###
# Module Specific Options
#


###
# Just in case, you only want this module and are using others as well
#
add_definitions( -I${HEAD_DIR}/Debug/off )