]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Debug/full/setup.cmake
Moving USB to Output in preparation for additional Output types.
[kiibohd-controller.git] / Debug / full / setup.cmake
index a270941b837c92160d520df295b5c96edcd32bc4..ab280ffd83aea2d29102e92793bb2eb35de1dd90 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-2014 for the Kiibohd Controller
 #
 # Released into the Public Domain
 #
@@ -13,6 +13,7 @@
 
 #| XXX Requires the ../ due to how the paths are constructed
 set( DEBUG_SRCS
+       ../cli/cli.c
        ../led/led.c
        ../print/print.c
 )
@@ -22,13 +23,14 @@ set( DEBUG_SRCS
 # Setup File Dependencies
 #
 add_file_dependencies( ../led/led.c ../led/led.h )
-add_file_dependencies( ../led/print.c ../led/print.h )
+add_file_dependencies( ../print/print.c ../print/print.h )
 
 
 ###
 # Module Specific Options
 #
 add_definitions(
+       -I${HEAD_DIR}/Debug/cli
        -I${HEAD_DIR}/Debug/led
        -I${HEAD_DIR}/Debug/print
 )