############################################################################### # Trinity KOffice # # --------------- # # This file is licensed under the terms of GNU GPL v3 or later. # # Improvements and feedback are welcome. # ############################################################################### ### Data ###################################################################### set(FONTDIR "${DATA_INSTALL_DIR}/kformula/fonts") install( FILES cmex10.ttf Arev.ttf ArevIt.ttf ArevBd.ttf ArevBI.ttf DESTINATION ${FONTDIR} ) install(CODE "execute_process(COMMAND mkfontscale \$ENV{DESTDIR}${FONTDIR})") install(CODE "execute_process(COMMAND mkfontdir \$ENV{DESTDIR}${FONTDIR})") # kate: indent-width 2; replace-tabs true;