From ac07e4e92cf0a3ef2402f36a95749516c4842839 Mon Sep 17 00:00:00 2001 From: scarab Date: Fri, 22 Aug 2008 11:30:40 +0000 Subject: - update de_DE - pridan dalsi radek printf do .pot - uzivatel muze definovat pomoci cmake font git-svn-id: http://opensvn.csie.org/tuxanci_ng@236 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ea93571..59b8fcc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ # -DLIB_INSTALL_DIR=/other/bla # install path for lib # -DCMAKE_DOC_PATH=/other/bla # install path for doc # -DCMAKE_LOCALE_PATH=/other/bla # install path for locale +# -DCMAKE_FONT=/bla/font.ttf # install path for locale ############################################################################### # IMPORTANT DEFINITIONS [PREFIX,...] ############################################################################### @@ -55,6 +56,7 @@ SET ( CMAKE_CXX_FLAGS $ENV{CXXFLAGS} ) # this specify location of additional cmake sources SET ( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ) #various variables +SET ( CMAKE_FONT "${CMAKE_INSTALL_PREFIX}/share/${appname}/font/DejavVuSans.ttf" CACHE PATH "Font" ) SET ( CMAKE_INSTALL_ETCDIR ${CMAKE_CONF_PATH} ) SET ( CMAKE_INSTALL_BINDIR bin ) SET ( CMAKE_INSTALL_LOCALEDIR ${CMAKE_LOCALE_PATH} ) -- cgit v1.2.3