diff options
author | Michele Calgaro <[email protected]> | 2020-12-13 19:22:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-13 19:22:19 +0900 |
commit | 14d0fbe96c6abdb9da80e99953aec672f999948c (patch) | |
tree | d48726c1256a1a495b415570847f08ecf9e5ecdd /kpdf/xpdf/splash/CMakeLists.txt | |
parent | db124e3167670efff59f6aef4bc0daff316dddf8 (diff) | |
download | tdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.tar.gz tdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kpdf/xpdf/splash/CMakeLists.txt')
-rw-r--r-- | kpdf/xpdf/splash/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kpdf/xpdf/splash/CMakeLists.txt b/kpdf/xpdf/splash/CMakeLists.txt index 650debba..a9c3d72b 100644 --- a/kpdf/xpdf/splash/CMakeLists.txt +++ b/kpdf/xpdf/splash/CMakeLists.txt @@ -23,11 +23,11 @@ include_directories( 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 + Splash.cpp SplashBitmap.cpp SplashClip.cpp SplashFTFont.cpp + SplashFTFontEngine.cpp SplashFTFontFile.cpp SplashFont.cpp + SplashFontEngine.cpp SplashFontFile.cpp SplashFontFileID.cpp + SplashPath.cpp SplashPattern.cpp SplashScreen.cpp SplashState.cpp + SplashT1Font.cpp SplashT1FontEngine.cpp SplashT1FontFile.cpp + SplashXPath.cpp SplashXPathScanner.cpp LINK ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} ) |