]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Debug/print/setup.cmake
Initial work for iGaging distance gauge.
[kiibohd-controller.git] / Debug / print / 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         print.c
16 )
17
18
19 ###
20 # Setup File Dependencies
21 #
22 add_file_dependencies( ../led/print.c ../led/print.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
35
36 ###
37 # Compiler Family Compatibility
38 #
39 set( DebugModuleCompatibility
40         arm
41         avr
42 )
43