aboutsummaryrefslogtreecommitdiff
path: root/ports/ftgl/Fix-headersFilePath.patch
blob: f3459352a3885f5e88c4665b70bfd6429206027a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 693e49f..c47ff3c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,9 +1,5 @@
-
-
-
 INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/cmake)
 
-
 ADD_DEFINITIONS(-DPACKAGE_VERSION="${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}")
 
 IF(WIN32)
@@ -26,7 +22,7 @@ SET(libftgl_la_SOURCES
     FTGlyphContainer.h
     FTInternals.h
     FTLibrary.cpp
-    FTLibrary.h
+    FTGL/FTLibrary.h
     FTList.h
     FTPoint.cpp
     FTSize.cpp