comparison Scan/MD1.1/setup.cmake @ 414:06b8d295518e

Changed name from MD1_1 to MD1.1
author Jacob Alexander <haata@kiibohd.com>
date Thu, 11 Feb 2016 22:56:25 -0800
parents
children
comparison
equal deleted inserted replaced
413:0a402c8e362a 414:06b8d295518e
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2014,2016 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Required Submodules
12 #
13
14 AddModule ( Scan ISSILed )
15 AddModule ( Scan MatrixARM )
16
17
18 ###
19 # Module C files
20 #
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