]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Debug/full/setup.cmake
Pre Tandy1000 overhaul
[kiibohd-controller.git] / Debug / full / setup.cmake
1 ###| CMake Kiibohd Controller Debug Module |###
2 #
3 # Written by Jacob Alexander in 2011 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Module C files
12 #
13
14 #| XXX Requires the ../ due to how the paths are constructed
15 set( DEBUG_SRCS
16         ../led/led.c
17         ../print/print.c
18 )
19
20
21 ###
22 # Setup File Dependencies
23 #
24 add_file_dependencies( ../led/led.c ../led/led.h )
25 add_file_dependencies( ../led/print.c ../led/print.h )
26
27
28 ###
29 # Module Specific Options
30 #
31 add_definitions(
32         -I${HEAD_DIR}/Debug/led
33         -I${HEAD_DIR}/Debug/print
34 )
35