]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Debug/full/setup.cmake
Updating setup.cmake files to use Module hierarchy implicitly
[kiibohd-controller.git] / Debug / full / setup.cmake
1 ###| CMake Kiibohd Controller Debug Module |###
2 #
3 # Written by Jacob Alexander in 2011-2015 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Required Submodules
12 #
13
14 AddModule ( Debug cli )
15 AddModule ( Debug led )
16 AddModule ( Debug print )
17
18
19 ###
20 # Compiler Family Compatibility
21 #
22 set ( ModuleCompatibility
23         arm
24         avr
25 )
26