comparison Scan/MDErgo1/setup.cmake @ 349:df78f3312db0

Initial commit of MDErgo1
author Jacob Alexander <haata@kiibohd.com>
date Sat, 25 Jul 2015 15:06:19 -0700
parents
children
comparison
equal deleted inserted replaced
348:06225a619152 349:df78f3312db0
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Required Sub-modules
12 #
13 AddModule ( Scan ISSILed )
14 AddModule ( Scan MatrixARM )
15 AddModule ( Scan STLcd )
16 AddModule ( Scan UARTConnect )
17
18
19 ###
20 # Module C files
21 #
22 set ( Module_SRCS
23 scan_loop.c
24 )
25
26
27 ###
28 # Compiler Family Compatibility
29 #
30 set ( ModuleCompatibility
31 arm
32 )
33