]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Debug/print/setup.cmake
Move matrix information to a cli command
[kiibohd-controller.git] / Debug / print / setup.cmake
index abd4b8d75865b7154aacadd2998afcfc1343f9de..536088c684fb6d01b56f03daf5b75b7dd54a091a 100644 (file)
@@ -1,6 +1,6 @@
 ###| CMake Kiibohd Controller Debug Module |###
 #
-# Written by Jacob Alexander in 2011 for the Kiibohd Controller
+# Written by Jacob Alexander in 2011-2015 for the Kiibohd Controller
 #
 # Released into the Public Domain
 #
 # Module C files
 #
 
-set( DEBUG_SRCS
+set ( Module_SRCS
        print.c
 )
 
 
 ###
-# Setup File Dependencies
+# Compiler Family Compatibility
 #
-add_file_dependencies( ../led/print.c ../led/print.h )
-
-
-###
-# Module Specific Options
-#
-
-
-###
-# Just in case, you only want this module and are using others as well
-#
-add_definitions( -I${HEAD_DIR}/Debug/off )
+set ( ModuleCompatibility
+       arm
+       avr
+)