Revision e98a669c
Added by David Sorber over 2 years ago
| CMakeLists.txt | ||
|---|---|---|
|
SET(code_sources
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/src/Catalog.cc
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/src/CatalogItem.cc
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/src/main.cpp)
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/src/main.cc)
|
||
|
|
||
|
|
||
|
################################################################################
|
||
Remove dependence on exernal font file. Used binary_to_compressed_c
utility to convert Roboto Medium font into compressed array so that it
can be included directly within the source code.