Skip to content

Commit

Permalink
Redistribute Freefont font
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Estevez committed Jun 16, 2016
1 parent 2ce1db3 commit c76dd44
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Link to Wiki: http://asrob.uc3m.es/index.php/Robot_Devastation

Credits:
* [Skull image by Sev](https://openclipart.org/detail/211414/skull-and-crossbones)
* [Freemono by GNU Freefont](http://www.fontspace.com/gnu-freefont/freemono)
2 changes: 1 addition & 1 deletion share/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ yarp_configure_external_installation(rd)
add_subdirectory(robotDevastation)
add_subdirectory(images)
add_subdirectory(sounds)

add_subdirectory(fonts)
16 changes: 16 additions & 0 deletions share/fonts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright: 2014 ASROB
# Author: Juan G Victores
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

set(appname fonts)

#file(GLOB conf ${CMAKE_CURRENT_SOURCE_DIR}/conf/*.ini)
#file(GLOB scripts ${CMAKE_CURRENT_SOURCE_DIR}/scripts/*.template)

file(GLOB fonts ${CMAKE_CURRENT_SOURCE_DIR}/*.ttf)

#yarp_install(FILES ${conf} DESTINATION ${RD_CONTEXTS_INSTALL_DIR}/${appname})
#yarp_install(FILES ${scripts} DESTINATION ${RD_APPLICATIONS_TEMPLATES_INSTALL_DIR})

yarp_install(FILES ${fonts} DESTINATION ${RD_CONTEXTS_INSTALL_DIR}/${appname})

Binary file added share/fonts/FreeMono.ttf
Binary file not shown.

0 comments on commit c76dd44

Please sign in to comment.