comparison Scan/CK3/setup.cmake @ 415:293154e4aafe

Added support for ghosting matrices and code for elimination. To use define GHOST in matrix.h, see example in Scan/CK3
author CryHam <cryham@gmail.com>
date Fri, 19 Feb 2016 18:10:25 +0100
parents
children
comparison
equal deleted inserted replaced
414:06b8d295518e 415:293154e4aafe
1 ###| CMake Kiibohd Controller Scan 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 # Required Submodules
12 #
13
14 AddModule ( Scan MatrixARM )
15
16
17 ###
18 # Module C files
19 #
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