kiibohd-controller/Debug/led/setup.cmake

27 lines
293 B
CMake
Raw Permalink Normal View History

###| CMake Kiibohd Controller Debug Module |###
#
# Written by Jacob Alexander in 2011-2015 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Module C files
#
set ( Module_SRCS
led.c
)
###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
arm
avr
)