Commit 835f2ba7911a6c15a1a314d5e3267fa089b5a319

Frank Heckenbach 2019-05-21T23:09:18

src/CMakeLists.txt: remove FTLibrary.h from libftgl_la_SOURCES (it's only in ftgl_headers)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 693e49f..b0f26f6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -26,7 +26,6 @@ SET(libftgl_la_SOURCES
     FTGlyphContainer.h
     FTInternals.h
     FTLibrary.cpp
-    FTLibrary.h
     FTList.h
     FTPoint.cpp
     FTSize.cpp