FreeType 1.31.1

This commit is contained in:
2023-08-27 18:03:45 +02:00
commit 5edbb7a80a
454 changed files with 173977 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(freetype VERSION 1.3.1)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Generate compile_commands.json for ccls
set_property(GLOBAL PROPERTY USE_FOLDERS ON) # Group CMake targets inside a folder