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

35 lines
415 B
CMake
Raw Normal View History

###| CMake Kiibohd Controller Muxed UART and USB Output Module |###
#
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Required Submodules
#
AddModule ( Output pjrcUSB )
AddModule ( Output uartOut )
2014-09-28 17:56:01 +00:00
###
# Module C files
#
set( Module_SRCS
output_com.c
)
2014-09-28 17:56:01 +00:00
###
# Compiler Family Compatibility
#
set( ModuleCompatibility
arm
# avr # TODO
)