mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
24 lines
501 B
Diff
24 lines
501 B
Diff
|
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
|