]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Debug/full/setup.cmake
Formalizing code module structure and inheritance (Large Commit)
[kiibohd-controller.git] / Debug / full / setup.cmake
diff --git a/Debug/full/setup.cmake b/Debug/full/setup.cmake
new file mode 100644 (file)
index 0000000..e8f8205
--- /dev/null
@@ -0,0 +1,28 @@
+###| CMake Kiibohd Controller Debug Module |###
+#
+# Written by Jacob Alexander in 2011 for the Kiibohd Controller
+#
+# Released into the Public Domain
+#
+###
+
+
+###
+# Module C files
+#
+
+#| XXX Requires the ../ due to how the paths are constructed
+set( DEBUG_SRCS
+       ../led/led.c
+       ../print/print.c
+)
+
+
+###
+# Module Specific Options
+#
+add_definitions(
+       -I${HEAD_DIR}/Debug/led
+       -I${HEAD_DIR}/Debug/print
+)
+