]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/IBMConvertible/setup.cmake
Move matrix information to a cli command
[kiibohd-controller.git] / Scan / IBMConvertible / setup.cmake
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2012,2014 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Module C files
12 #
13
14 #| XXX Requires the ../ due to how the paths are constructed
15 set( SCAN_SRCS
16         ../matrix/matrix_scan.c
17         ../matrix/scan_loop.c
18 )
19
20
21 ###
22 # Module Specific Options
23 #
24 add_definitions(
25         -I${HEAD_DIR}/Scan/matrix
26 )
27
28
29 ###
30 # Compiler Family Compatibility
31 #
32 set( ScanModuleCompatibility
33         avr
34 )
35