* CMakeLists.txt (BASE_SRCS): Update to changes from 2018-03-05.

This commit is contained in:
Nikolaus Waxweiler 2018-03-10 14:51:17 +01:00 committed by Werner Lemberg
parent 6f854692a8
commit 098dd70cb1
2 changed files with 4 additions and 2 deletions

View File

@ -278,13 +278,11 @@ set(BASE_SRCS
src/base/ftbdf.c
src/base/ftbitmap.c
src/base/ftcid.c
src/base/ftfntfmt.c
src/base/ftfstype.c
src/base/ftgasp.c
src/base/ftglyph.c
src/base/ftgxval.c
src/base/ftinit.c
src/base/ftlcdfil.c
src/base/ftmm.c
src/base/ftotval.c
src/base/ftpatent.c

View File

@ -1,3 +1,7 @@
2018-03-10 Nikolaus Waxweiler <madigens@gmail.com>
* CMakeLists.txt (BASE_SRCS): Update to changes from 2018-03-05.
2018-03-09 Chun-wei Fan <fanc999@yahoo.com.tw>
* CMakeLists.txt [win32]: Allow MSVC DLL builds (#53287).