How to install FreeType 2.13.3 using CMake and Visual Studio 2022 for Desktop
- Install Visual Studio 2022 Community and CMake using this guide: Installation of Visual Studio 2022 Community with CMake support
- Type in the browser search field: freetype github
- You will find this page: https://github.com/freetype/freetype
- Click on the "master" and select the latest stable version:
- Click on the "Code" button and "Download ZIP":
- Unzip it and open CMD inside of the unzipped folder:
- Type in CMD: cmake-gui
- CMake GUI will be opened:
- Copy a path to the unzipped folder and paste it to the "Where is the source code":
- Paste this path in the "Where to build the binaries" field and add the "/dist" to the path like this:
- Click on the "Configure" button:
- Click "Yes" to confirm that you want to create the "dist" folder:
- The "Visual Studio 17 2022" should be selected:
- Note. Such options are available:
- Click the "Finish" button:
- These warnings could be ignored:

- Note. Full configuration output:
CMake Deprecation Warning at CMakeLists.txt:113 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
The C compiler identification is MSVC 19.42.34436.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMake Warning at builds/cmake/FindHarfBuzz.cmake:99 (message):
Required version (2.0.0) is higher than found version ()
Call Stack (most recent call first):
CMakeLists.txt:258 (find_package)
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES)
Configuring done (6.8s)
Installation of the "Debug" version
- You see the "Debug;Release;MinSizeRel;RelWithDebInfo" value in the "CMAKE_CONFIGURATION_TYPES" field:
- Change this value to "Debug":
- Set a path in the "CMAKE_INSTALL_PREFIX" field where to install the FreeType library:
- Click the "Config" button to apply changes:
- Click the "Generate" button:
- Click the "Open Project" button:
- Visual Studio 2022 will be opened. Click "Build" > "Build Solution" or F7:
- Wait for finishing of building
- Note. Building output:
Build started at 3:21 AM...
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug x64 ------
1>1>Checking Build System
2>------ Build started: Project: freetype, Configuration: Debug x64 ------
2>Building Custom Rule E:/libs/freetype-VER-2-13-3/CMakeLists.txt
2>autofit.c
2>ftbase.c
2>ftbbox.c
2>ftbdf.c
2>ftbitmap.c
2>ftcid.c
2>ftfstype.c
2>ftgasp.c
2>ftglyph.c
2>ftgxval.c
2>ftinit.c
2>ftmm.c
2>ftotval.c
2>ftpatent.c
2>ftpfr.c
2>ftstroke.c
2>ftsynth.c
2>fttype1.c
2>ftwinfnt.c
2>bdf.c
2>Generating Code...
2>Compiling...
2>ftbzip2.c
2>ftcache.c
2>cff.c
2>type1cid.c
2>ftgzip.c
2>ftlzw.c
2>pcf.c
2>pfr.c
2>psaux.c
2>pshinter.c
2>E:\libs\freetype-VER-2-13-3\src\psaux\t1decode.c(1996,23): warning C4267: '=': conversion from 'size_t' to 'FT_Int', possible loss of data
2>(compiling source file '../src/psaux/psaux.c')
2>E:\libs\freetype-VER-2-13-3\src\psaux\psintrp.c(1012,25): warning C4267: '=': conversion from 'size_t' to 'FT_Fast', possible loss of data
2>(compiling source file '../src/psaux/psaux.c')
2>psnames.c
2>raster.c
2>sdf.c
2>sfnt.c
2>E:\libs\freetype-VER-2-13-3\src\sfnt\sfdriver.c(884,13): warning C4267: '=': conversion from 'size_t' to 'FT_UInt', possible loss of data
2>(compiling source file '../src/sfnt/sfnt.c')
2>E:\libs\freetype-VER-2-13-3\src\sfnt\sfdriver.c(1036,36): warning C4244: 'function': conversion from '__int64' to 'const unsigned int', possible loss of data
2>(compiling source file '../src/sfnt/sfnt.c')
2>smooth.c
2>E:\libs\freetype-VER-2-13-3\src\smooth\ftgrays.c(1898,20): warning C4267: '+=': conversion from 'size_t' to 'TCoord', possible loss of data
2>(compiling source file '../src/smooth/smooth.c')
2>svg.c
2>truetype.c
2>type1.c
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(292,48): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(313,55): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(342,62): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(369,19): warning C4267: '=': conversion from 'size_t' to 'FT_UInt', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(578,56): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(587,55): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(596,58): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(605,60): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(615,55): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1load.c(1780,64): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1load.c(1953,36): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>type42.c
2>E:\libs\freetype-VER-2-13-3\src\type42\t42parse.c(878,62): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data
2>(compiling source file '../src/type42/type42.c')
2>winfnt.c
2>Generating Code...
2>Compiling...
2>ftsystem.c
2>ftdebug.c
2>Generating Code...
2>freetype.vcxproj -> E:\libs\freetype-VER-2-13-3\dist\Debug\freetyped.lib
2>Done building project "freetype.vcxproj".
3>------ Build started: Project: ALL_BUILD, Configuration: Debug x64 ------
3>Building Custom Rule E:/libs/freetype-VER-2-13-3/CMakeLists.txt
4>------ Skipped Build: Project: PACKAGE, Configuration: Debug x64 ------
4>Project not selected to build for this solution configuration
5>------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------
5>Project not selected to build for this solution configuration
========== Build: 3 succeeded, 0 failed, 0 up-to-date, 2 skipped ==========
========== Build completed at 3:21 AM and took 13.461 seconds ==========
Open CMD inside of the FreeType source folder
Type the installation command in CMD:
cmake --install dist
The FreeType files will be copied to the installation folder
Note. Output:
E:\libs\freetype-VER-2-13-3>cmake --install dist
-- Install configuration: "Debug"
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/ftheader.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/ftmodule.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/ftstdlib.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/integer-types.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/mac-support.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/public-macros.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/freetype.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftadvanc.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftbbox.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftbdf.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftbitmap.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftbzip2.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftcache.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftchapters.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftcid.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftcolor.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftdriver.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/fterrdef.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/fterrors.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftfntfmt.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftgasp.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftglyph.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftgxval.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftgzip.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftimage.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftincrem.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftlcdfil.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftlist.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftlogging.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftlzw.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftmac.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftmm.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftmodapi.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftmoderr.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftotval.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftoutln.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftparams.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftpfr.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftrender.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftsizes.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftsnames.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftstroke.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftsynth.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftsystem.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/fttrigon.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/fttypes.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ftwinfnt.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/otsvg.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/t1tables.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/ttnameid.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/tttables.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/tttags.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/ft2build.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/ftconfig.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/include/freetype2/freetype/config/ftoption.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/lib/pkgconfig/freetype2.pc
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/lib/freetyped.lib
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/lib/cmake/freetype/freetype-config.cmake
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/lib/cmake/freetype/freetype-config-debug.cmake
-- Installing: E:/libs/freetype-2.13.3-msvc/win/debug/lib/cmake/freetype/freetype-config-version.cmake
Do not close CMake GUI and VS to build and install the "Release" version
Installation of the "Release" version
- Change the "Debug" value in the "CMAKE_CONFIGURATION_TYPES" field to the "Release" value:
- Change the installation path in the "CMAKE_INSTALL_PREFIX" field to the "release" folder:
- Click the "Config" button to apply changes:
- Click the "Generate" button:
- Switch to the VS window using Alt+Tab or by click on the VS in the task bar
- VS asks you to reload:
- Note. You see that Debug was changed to Release in the tool bar:
- Click "Build" > "Build Solution" or F7:
- Wait for finishing of building
- Note. Output:
Build started at 3:50 AM...
1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
1>1>Checking Build System
2>------ Build started: Project: freetype, Configuration: Release x64 ------
2>Building Custom Rule E:/libs/freetype-VER-2-13-3/CMakeLists.txt
2>autofit.c
2>ftbase.c
2>ftbbox.c
2>ftbdf.c
2>ftbitmap.c
2>ftcid.c
2>ftfstype.c
2>ftgasp.c
2>ftglyph.c
2>ftgxval.c
2>ftinit.c
2>ftmm.c
2>ftotval.c
2>ftpatent.c
2>ftpfr.c
2>ftstroke.c
2>ftsynth.c
2>fttype1.c
2>ftwinfnt.c
2>bdf.c
2>Generating Code...
2>Compiling...
2>ftbzip2.c
2>ftcache.c
2>cff.c
2>type1cid.c
2>ftgzip.c
2>ftlzw.c
2>pcf.c
2>pfr.c
2>psaux.c
2>pshinter.c
2>E:\libs\freetype-VER-2-13-3\src\psaux\t1decode.c(1996,23): warning C4267: '=': conversion from 'size_t' to 'FT_Int', possible loss of data
2>(compiling source file '../src/psaux/psaux.c')
2>E:\libs\freetype-VER-2-13-3\src\psaux\psintrp.c(1012,25): warning C4267: '=': conversion from 'size_t' to 'FT_Fast', possible loss of data
2>(compiling source file '../src/psaux/psaux.c')
2>psnames.c
2>raster.c
2>sdf.c
2>sfnt.c
2>E:\libs\freetype-VER-2-13-3\src\sfnt\sfdriver.c(884,13): warning C4267: '=': conversion from 'size_t' to 'FT_UInt', possible loss of data
2>(compiling source file '../src/sfnt/sfnt.c')
2>E:\libs\freetype-VER-2-13-3\src\sfnt\sfdriver.c(1036,36): warning C4244: 'function': conversion from '__int64' to 'const unsigned int', possible loss of data
2>(compiling source file '../src/sfnt/sfnt.c')
2>smooth.c
2>E:\libs\freetype-VER-2-13-3\src\smooth\ftgrays.c(1898,20): warning C4267: '+=': conversion from 'size_t' to 'TCoord', possible loss of data
2>(compiling source file '../src/smooth/smooth.c')
2>svg.c
2>truetype.c
2>type1.c
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(292,48): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(313,55): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(342,62): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(369,19): warning C4267: '=': conversion from 'size_t' to 'FT_UInt', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(578,56): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(587,55): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(596,58): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(605,60): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1driver.c(615,55): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1load.c(1780,64): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>E:\libs\freetype-VER-2-13-3\src\type1\t1load.c(1953,36): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data
2>(compiling source file '../src/type1/type1.c')
2>type42.c
2>E:\libs\freetype-VER-2-13-3\src\type42\t42parse.c(878,62): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data
2>(compiling source file '../src/type42/type42.c')
2>winfnt.c
2>Generating Code...
2>Compiling...
2>ftsystem.c
2>ftdebug.c
2>Generating Code...
2>freetype.vcxproj -> E:\libs\freetype-VER-2-13-3\dist\Release\freetype.lib
2>Done building project "freetype.vcxproj".
3>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------
3>Building Custom Rule E:/libs/freetype-VER-2-13-3/CMakeLists.txt
4>------ Skipped Build: Project: PACKAGE, Configuration: Release x64 ------
4>Project not selected to build for this solution configuration
5>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------
5>Project not selected to build for this solution configuration
========== Build: 3 succeeded, 0 failed, 0 up-to-date, 2 skipped ==========
========== Build completed at 3:51 AM and took 28.409 seconds ==========
Open CMD inside of the FreeType source folder
Type the installation command in CMD:
cmake --install dist
The FreeType files will be copied to the installation folder
Note. Output:
E:\libs\freetype-VER-2-13-3>cmake --install dist
-- Install configuration: "Release"
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/ftheader.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/ftmodule.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/ftstdlib.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/integer-types.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/mac-support.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/public-macros.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/freetype.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftadvanc.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftbbox.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftbdf.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftbitmap.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftbzip2.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftcache.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftchapters.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftcid.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftcolor.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftdriver.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/fterrdef.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/fterrors.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftfntfmt.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftgasp.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftglyph.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftgxval.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftgzip.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftimage.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftincrem.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftlcdfil.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftlist.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftlogging.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftlzw.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftmac.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftmm.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftmodapi.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftmoderr.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftotval.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftoutln.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftparams.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftpfr.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftrender.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftsizes.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftsnames.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftstroke.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftsynth.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftsystem.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/fttrigon.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/fttypes.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ftwinfnt.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/otsvg.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/t1tables.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/ttnameid.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/tttables.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/tttags.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/ft2build.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/ftconfig.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/include/freetype2/freetype/config/ftoption.h
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/lib/pkgconfig/freetype2.pc
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/lib/freetype.lib
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/lib/cmake/freetype/freetype-config.cmake
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/lib/cmake/freetype/freetype-config-release.cmake
-- Installing: E:/libs/freetype-2.13.3-msvc/win/release/lib/cmake/freetype/freetype-config-version.cmake