Added cmake build

This commit is contained in:
Anurag Thakur 2021-10-31 19:52:31 +05:30
parent dffb269d06
commit 9fd24008ae
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ src/dlg/dlg.c
subprojects/*
!subprojects/*.wrap
/tests/data/*
.cache/*
compile_commands.json

View File

@ -395,6 +395,7 @@ set(BASE_SRCS
src/cache/ftcache.c
src/cff/cff.c
src/cid/type1cid.c
src/dense/dense.c
src/gzip/ftgzip.c
src/lzw/ftlzw.c
src/pcf/pcf.c

View File

@ -38,5 +38,5 @@
#endif /* FT2BUILD_H_ */
#define FT2_BUILD_LIBRARY
/* END */