]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Macro/buffer/setup.cmake
Move matrix information to a cli command
[kiibohd-controller.git] / Macro / buffer / setup.cmake
1 ###| CMake Kiibohd Controller Macro Module |###
2 #
3 # Written by Jacob Alexander in 2011,2014 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Warning, this module has been deprecated
12 #
13 message( AUTHOR_WARNING
14 "The 'buffer' macro module has been deprecated in favour of 'Partial Map'.
15 This module may or may not compile/function properly.
16 It has been kept for historical purposes."
17 )
18
19
20 ###
21 # Module C files
22 #
23
24 set( MACRO_SRCS
25         macro.c
26 )
27
28
29 ###
30 # Module Specific Options
31 #
32
33
34 ###
35 # Compiler Family Compatibility
36 #
37 set( MacroModuleCompatibility
38         arm
39         avr
40 )
41