CMake generated strings that configure the USB info section

- Defined Manufacturer name
- Product name now references each of the selected modules
- Serial number refers to the last commit date, branch, and whether modified since the last commit
This commit is contained in:
Jacob Alexander 2013-02-01 20:02:55 -05:00
parent 473e3359f4
commit b7afaa100f
6 changed files with 88 additions and 30 deletions

View file

@ -74,6 +74,9 @@ set( SRCS
${DEBUG_SRCS}
)
#| Directories to include by default
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
###