Updating the build script to remove includes hack

- Providing HEAD_DIR variable that can be prepended to refer to the top of the source directory
This commit is contained in:
Jacob Alexander 2011-09-29 15:30:24 -07:00
parent fd569b9de3
commit a0439f627b
3 changed files with 27 additions and 23 deletions

View file

@ -17,7 +17,7 @@ set( SCAN_SRCS
###
# Module Specific Options TODO Fixme!! (../)
# Module Specific Options
#
add_definitions( -I../Keymap )
add_definitions( -I${HEAD_DIR}/Keymap )