25 lines
389 B
CMake
25 lines
389 B
CMake
|
###| CMake Kiibohd Controller Macro Module |###
|
||
|
#
|
||
|
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
|
||
|
#
|
||
|
# Released into the Public Domain
|
||
|
#
|
||
|
###
|
||
|
|
||
|
###
|
||
|
# Warning, that this module is not meant to be built stand-alone
|
||
|
#
|
||
|
message( FATAL_ERROR
|
||
|
"The 'Common' module is not a stand-alone module, and requires further setup."
|
||
|
)
|
||
|
|
||
|
###
|
||
|
# Module C files
|
||
|
#
|
||
|
|
||
|
|
||
|
###
|
||
|
# Module Specific Options
|
||
|
#
|
||
|
|