Reorganization for use with the CMake "Modules"
- 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
This commit is contained in:
parent
0415ba2481
commit
b4e1868d19
19 changed files with 2910 additions and 7 deletions
21
Macro/basic/setup.cmake
Normal file
21
Macro/basic/setup.cmake
Normal file
|
@ -0,0 +1,21 @@
|
|||
###| CMake Kiibohd Controller Macro Module |###
|
||||
#
|
||||
# Written by Jacob Alexander in 2011 for the Kiibohd Controller
|
||||
#
|
||||
# Released into the Public Domain
|
||||
#
|
||||
###
|
||||
|
||||
|
||||
###
|
||||
# Module C files
|
||||
#
|
||||
|
||||
set( MACRO_SRCS
|
||||
)
|
||||
|
||||
|
||||
###
|
||||
# Module Specific Options
|
||||
#
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue