]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/matrix/setup.cmake
Reorganization for use with the CMake "Modules"
[kiibohd-controller.git] / Scan / matrix / setup.cmake
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2011 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 )
17
18
19 ###
20 # Module Specific Options TODO Fixme!! (../)
21 #
22 add_definitions( -I../Keymap )
23