]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Debug/print/setup.cmake
Updating setup.cmake files to use Module hierarchy implicitly
[kiibohd-controller.git] / Debug / print / setup.cmake
index d52b964abe8f5e8af05f296481569b42368ab9d5..536088c684fb6d01b56f03daf5b75b7dd54a091a 100644 (file)
@@ -1,6 +1,6 @@
 ###| CMake Kiibohd Controller Debug Module |###
 #
-# Written by Jacob Alexander in 2011,2014 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
 )
 
 
-###
-# Module Specific Options
-#
-
-
-###
-# Just in case, you only want this module and are using others as well
-#
-add_definitions( -I${HEAD_DIR}/Debug/off )
-
-
 ###
 # Compiler Family Compatibility
 #
-set( DebugModuleCompatibility
+set ( ModuleCompatibility
        arm
        avr
 )