b4e1868d19
- Include option is currently "hacked" and needs to be fixed - Builds on Linux, but Mac and Windows needs to be tested - Loader script generation isn't complete
23 lines
253 B
CMake
23 lines
253 B
CMake
###| CMake Kiibohd Controller USB Module |###
|
|
#
|
|
# Written by Jacob Alexander in 2011 for the Kiibohd Controller
|
|
#
|
|
# Released into the Public Domain
|
|
#
|
|
###
|
|
|
|
|
|
###
|
|
# Module C files
|
|
#
|
|
|
|
set( USB_SRCS
|
|
usb_keyboard_debug.c
|
|
)
|
|
|
|
|
|
###
|
|
# Module Specific Options
|
|
#
|
|
|