summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAnuj Verma <anujv@iitbhilai.ac.in>2020-08-20 08:28:14 +0530
committerWerner Lemberg <wl@gnu.org>2020-12-24 07:23:48 +0100
commitc6f394bf7d94b5a4d662bda68e9ed1c4310803c1 (patch)
treef57925069cb5bf68cf6ee9e60e332300efda8996 /CMakeLists.txt
parent05f6088df3c02d3513a4280676c9fc05f77655f1 (diff)
downloadfreetype2-c6f394bf7d94b5a4d662bda68e9ed1c4310803c1.tar.gz
[sdf] Add 'sdf' module to non-gnumake build systems.
* include/freetype/config/ftmodule.h: Add both the 'sfd' and 'bsfd' renderers to the list of modules. * CMakeLists.txt (BASE_SRCS): Add 'sdf' single-object module.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ed55aad7..f59779451 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -347,6 +347,7 @@ set(BASE_SRCS
src/pshinter/pshinter.c
src/psnames/psnames.c
src/raster/raster.c
+ src/sdf/sdf.c
src/sfnt/sfnt.c
src/smooth/smooth.c
src/truetype/truetype.c