From b41a969e527c35ffacc8dc6b5601d5c6f81896b1 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 27 Apr 2011 17:32:57 +0000 Subject: [kdegraphics/kpdf] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1229555 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpdf/xpdf/splash/CMakeLists.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 kpdf/xpdf/splash/CMakeLists.txt (limited to 'kpdf/xpdf/splash') diff --git a/kpdf/xpdf/splash/CMakeLists.txt b/kpdf/xpdf/splash/CMakeLists.txt new file mode 100644 index 00000000..a7573b6c --- /dev/null +++ b/kpdf/xpdf/splash/CMakeLists.txt @@ -0,0 +1,32 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR}/.. + ${CMAKE_CURRENT_SOURCE_DIR}/../goo + ${CMAKE_CURRENT_SOURCE_DIR}/../fofi + ${CMAKE_BINARY_DIR} + ${TQT_INCLUDE_DIRS} + ${FREETYPE_INCLUDE_DIRS} +) + + +##### splash (static) ########################### + +tde_add_library( splash STATIC_PIC + SOURCES + Splash.cc SplashBitmap.cc SplashClip.cc SplashFTFont.cc + SplashFTFontEngine.cc SplashFTFontFile.cc SplashFont.cc + SplashFontEngine.cc SplashFontFile.cc SplashFontFileID.cc + SplashPath.cc SplashPattern.cc SplashScreen.cc SplashState.cc + SplashT1Font.cc SplashT1FontEngine.cc SplashT1FontFile.cc + SplashXPath.cc SplashXPathScanner.cc +) -- cgit v1.2.1