X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debug%2Ffull%2Fsetup.cmake;h=2fe86918109a561fde573c24dbca6324b9e52dcd;hb=6dfeffd9cad508817757d1afaba4ab0901cc9786;hp=e8f8205e95c30ba428e31efa0060f05e2fa770af;hpb=c01efa2d532377d3a13c3a0f76372a5c2994d9c5;p=kiibohd-controller.git diff --git a/Debug/full/setup.cmake b/Debug/full/setup.cmake index e8f8205..2fe8691 100644 --- a/Debug/full/setup.cmake +++ b/Debug/full/setup.cmake @@ -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 # @@ -8,21 +8,19 @@ ### -# Module C files +# Required Submodules # -#| XXX Requires the ../ due to how the paths are constructed -set( DEBUG_SRCS - ../led/led.c - ../print/print.c -) +AddModule ( Debug cli ) +AddModule ( Debug led ) +AddModule ( Debug print ) ### -# Module Specific Options +# Compiler Family Compatibility # -add_definitions( - -I${HEAD_DIR}/Debug/led - -I${HEAD_DIR}/Debug/print +set ( ModuleCompatibility + arm + avr )