]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/MD2/setup.cmake
3b6ea0cc5ff13bf58f2dd4e9c4e641813687a8ea
[kiibohd-controller.git] / Scan / MD2 / 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 ###
11 # Module C files
12 #
13
14 set( SCAN_SRCS
15         scan_loop.c
16         ../MatrixARM/matrix_scan.c
17 )
18
19
20 ###
21 # Module Specific Options
22 #
23 add_definitions(
24         -I${HEAD_DIR}/Scan/MatrixARM
25 )
26
27
28 ###
29 # Compiler Family Compatibility
30 #
31 set( ScanModuleCompatibility
32         arm
33 )
34