Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Scan/MD2/setup.cmake

35 lines
399 B
CMake
Raw Normal View History

2014-12-01 03:38:03 +00:00
###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Module C files
#
set( SCAN_SRCS
scan_loop.c
../MatrixARM/matrix_scan.c
)
###
# Module Specific Options
#
add_definitions(
-I${HEAD_DIR}/Scan/MatrixARM
)
###
# Compiler Family Compatibility
#
set( ScanModuleCompatibility
arm
)