9 lines
241 B
CMake
9 lines
241 B
CMake
|
SET (files arial.ttf
|
||
|
console.ttf
|
||
|
font_arial.png
|
||
|
font_matisse_itc.png
|
||
|
Gazebo.fontdef
|
||
|
)
|
||
|
|
||
|
INSTALL(FILES ${files} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/gazebo-${GAZEBO_MAJOR_VERSION}/media/fonts/)
|