summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-29 23:42:39 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-29 23:42:39 +0700
commitc6fcb5d4cbd4b60ad70b2d07de54ffd3b6569a1c (patch)
treeb75eb7f646c2a5c715c171dd3f22b1ce114daa01
parent65914f9e904b79639d7773ab9d307b925dfd6e4f (diff)
downloadlibgd-c6fcb5d4cbd4b60ad70b2d07de54ffd3b6569a1c.tar.gz
These are not .c files, should work on gcc and make clang linker happy
-rw-r--r--src/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 63bfc7e..3839bc7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,13 +1,9 @@
SET (LIBGD_SRC_FILES
- bmp.h
gd.c
- gd.h
gd_avif.c
gd_bmp.c
gd_color.c
- gd_color.h
gd_color_map.c
- gd_color_map.h
gd_color_match.c
gd_crop.c
gd_filename.c
@@ -17,25 +13,20 @@ SET (LIBGD_SRC_FILES
gd_gif_in.c
gd_gif_out.c
gd_heif.c
- gd_intern.h
gd_interpolation.c
gd_io.c
- gd_io.h
gd_io_dp.c
gd_io_file.c
gd_io_ss.c
gd_io_stream.cxx
- gd_io_stream.h
gd_jpeg.c
gd_matrix.c
gd_nnquant.c
- gd_nnquant.h
gd_png.c
gd_rotate.c
gd_security.c
gd_ss.c
gd_tga.c
- gd_tga.h
gd_tiff.c
gd_topal.c
gd_transform.c
@@ -44,30 +35,19 @@ SET (LIBGD_SRC_FILES
gd_webp.c
gd_xbm.c
gdcache.c
- gdcache.h
gdfontg.c
- gdfontg.h
gdfontl.c
- gdfontl.h
gdfontmb.c
- gdfontmb.h
gdfonts.c
- gdfonts.h
gdfontt.c
- gdfontt.h
gdft.c
gdfx.c
- gdfx.h
gdhelpers.c
- gdhelpers.h
gdkanji.c
gdpp.cxx
- gdpp.h
gdtables.c
gdxpm.c
- jisx0208.h
wbmp.c
- wbmp.h
)
# Static library just for utility programs.