mirror of https://github.com/freetype/freetype
Added cmake build
This commit is contained in:
parent
e122ecf1e5
commit
dbf9623ab4
|
@ -5,3 +5,5 @@ src/dlg/dlg.c
|
|||
subprojects/*
|
||||
!subprojects/*.wrap
|
||||
/tests/data/*
|
||||
.cache/*
|
||||
compile_commands.json
|
||||
|
|
|
@ -405,6 +405,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
|
||||
|
|
|
@ -38,5 +38,5 @@
|
|||
|
||||
#endif /* FT2BUILD_H_ */
|
||||
|
||||
#define FT2_BUILD_LIBRARY
|
||||
|
||||
/* END */
|
||||
|
|
Loading…
Reference in New Issue