summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorpajoye <none@none>2007-10-07 19:41:52 +0000
committerpajoye <none@none>2007-10-07 19:41:52 +0000
commit8fe1fe254dfc17db33c56937fd4dc2f1e22b9f1c (patch)
treea235f95f2613d12421af882ba83598c9b143c332 /src/CMakeLists.txt
parent74ba7ee645cad3a54213f3f58d22004e26be3b9e (diff)
downloadlibgd-8fe1fe254dfc17db33c56937fd4dc2f1e22b9f1c.tar.gz
- #122, initial TGA support (read only)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3bcfcfc..d3cc22b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -14,6 +14,7 @@ SET (LIBGD_SRC_FILES
gd_jpeg.c
gd_png.c
gd_tiff.c
+ gd_tga.c
gd_ss.c
gd_topal.c
gd_wbmp.c