]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adding CMake build support for the KLL compiler
authorJacob Alexander <haata@kiibohd.com>
Sun, 14 Sep 2014 22:51:36 +0000 (15:51 -0700)
committerJacob Alexander <haata@kiibohd.com>
Sun, 14 Sep 2014 22:51:36 +0000 (15:51 -0700)
commite0a2a4806b28e54c58f43b57b34749d73073c1db
tree37339425fe89e7997757cf5be977df2dc64c0f1d
parentcb37c82330a5dc837c482b7a7d5c9f85841db056
Adding CMake build support for the KLL compiler

- Automatically downloads the kll compiler if not found
- Added capability files to each of the module that currently have them
- Split modules.cmake so kll.cmake could influence build targets (also needs info from modules.cmake)
- Updated .gitignore for kll compiler directory
- Added documentation on how to manipulate layouts using CMakeLists.txt
- Cleanup of old layout files
.gitignore
CMakeLists.txt
Lib/CMake/build.cmake [new file with mode: 0644]
Lib/CMake/kll.cmake [new file with mode: 0644]
Lib/CMake/modules.cmake
Macro/PartialMap/capabilities.kll [new file with mode: 0644]
Macro/PartialMap/generatedKeymap.h [deleted file]
Macro/PartialMap/macro.c
Output/pjrcUSB/capabilities.kll [new file with mode: 0644]
Scan/MD1/defaultMap.h [deleted file]
Scan/MD1/defaultMap.kll [new file with mode: 0644]