diff Macro/PartialMap/setup.cmake @ 433:0f7a6b593dc4

Initial refactoring of PartialMap for supporting custom Triggers - Requires a recent KLL - Functionality wise, nothing has changed
author Jacob Alexander <haata@kiibohd.com>
date Sun, 08 May 2016 18:50:28 -0700
parents 5b66d1da5377
children
line wrap: on
line diff
--- a/Macro/PartialMap/setup.cmake	Thu May 05 12:57:30 2016 -0700
+++ b/Macro/PartialMap/setup.cmake	Sun May 08 18:50:28 2016 -0700
@@ -1,6 +1,6 @@
 ###| CMake Kiibohd Controller Macro Module |###
 #
-# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
+# Written by Jacob Alexander in 2014-2016 for the Kiibohd Controller
 #
 # Released into the Public Domain
 #
@@ -13,6 +13,8 @@
 
 set ( Module_SRCS
 	macro.c
+	result.c
+	trigger.c
 )