]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Debug/cli/setup.cmake
Initial Force Gauge CLI commands.
[kiibohd-controller.git] / Debug / cli / setup.cmake
1 ###| CMake Kiibohd Controller Debug Module |###
2 #
3 # Written by Jacob Alexander in 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         cli.c
16 )
17
18
19 ###
20 # Setup File Dependencies
21 #
22
23
24 ###
25 # Module Specific Options
26 #
27
28
29 ###
30 # Just in case, you only want this module and are using others as well
31 #
32 add_definitions( -I${HEAD_DIR}/Debug/off )
33
34
35 ###
36 # Compiler Family Compatibility
37 #
38 set( DebugModuleCompatibility
39         arm
40         avr
41 )
42