]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Debug/led/setup.cmake
Major code cleanup and preparation for PartialMap Macro Module
[kiibohd-controller.git] / Debug / led / setup.cmake
1 ###| CMake Kiibohd Controller Debug Module |###
2 #
3 # Written by Jacob Alexander in 2011,2014 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 # Module Specific Options
21 #
22
23
24 ###
25 # Just in case, you only want this module and are using others as well
26 #
27 add_definitions( -I${HEAD_DIR}/Debug/off )
28
29
30 ###
31 # Compiler Family Compatibility
32 #
33 set( DebugModuleCompatibility
34         arm
35         avr
36 )
37