]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Macro/PartialMap/setup.cmake
Kishsaver is fully working with DPH!
[kiibohd-controller.git] / Macro / PartialMap / setup.cmake
1 ###| CMake Kiibohd Controller Macro 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 # Module C files
12 #
13
14 set( MACRO_SRCS
15         macro.c
16 )
17
18
19 ###
20 # Module Specific Options
21 #
22
23
24 ###
25 # Compiler Family Compatibility
26 #
27 set( MacroModuleCompatibility
28         arm
29         avr
30 )
31