comparison Scan/KType/setup.cmake @ 378:890a18d98c47

Initial code for KType TKL
author Jacob Alexander <haata@kiibohd.com>
date Tue, 29 Sep 2015 19:29:27 -0700
parents
children
comparison
equal deleted inserted replaced
377:dbbdedccc275 378:890a18d98c47
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 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 UARTConnect )
16
17
18 ###
19 # Module C files
20 #
21 set ( Module_SRCS
22 scan_loop.c
23 )
24
25
26 ###
27 # Compiler Family Compatibility
28 #
29 set ( ModuleCompatibility
30 arm
31 )
32