]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Debug/led/setup.cmake
Fixing CMake dependency checking for kll_defs.h
[kiibohd-controller.git] / Debug / led / setup.cmake
index 221089a6534bfb19e7b76ff97fe646c9628ac26d..b6514b484905756b1dae62af438715cedc9ed532 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
        led.c
 )
 
 
-###
-# Setup File Dependencies
-#
-add_file_dependencies( ../led/led.c ../led/led.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 )
-
-
 ###
 # Compiler Family Compatibility
 #
-set( DebugModuleCompatibility
+set ( ModuleCompatibility
        arm
        avr
 )