]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/MatrixARM/setup.cmake
Moving MatrixARM header macros to separate file
[kiibohd-controller.git] / Scan / MatrixARM / setup.cmake
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 # Warning, that this module is not meant to be built stand-alone
11 #
12 message( FATAL_ERROR
13 "The 'MatrixARM' module is not a stand-alone module, and requires further setup."
14 )
15
16 ###
17 # Module C files
18 #
19
20 set( SCAN_SRCS
21         matrix_scan.c
22 )
23
24
25 ###
26 # Module Specific Options
27 #
28
29
30 ###
31 # Compiler Family Compatibility
32 #
33 set( ScanModuleCompatibility
34         arm
35 )
36