]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Debug/led/setup.cmake
Pre Tandy1000 overhaul
[kiibohd-controller.git] / Debug / led / setup.cmake
1 ###| CMake Kiibohd Controller Debug Module |###
2 #
3 # Written by Jacob Alexander in 2011 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Module C files
12 #
13
14 set( DEBUG_SRCS
15         led.c
16 )
17
18
19 ###
20 # Setup File Dependencies
21 #
22 add_file_dependencies( ../led/led.c ../led/led.h )
23
24
25 ###
26 # Module Specific Options
27 #
28
29
30 ###
31 # Just in case, you only want this module and are using others as well
32 #
33 add_definitions( -I${HEAD_DIR}/Debug/off )
34