diff options
author | Adam Silverstein <adamjs@google.com> | 2021-05-05 09:30:02 -0600 |
---|---|---|
committer | Adam Silverstein <adamjs@google.com> | 2021-05-05 09:30:02 -0600 |
commit | a2b3ba08ef945e472de9ceeef2b748eb4028cf7a (patch) | |
tree | 9ef6e2ddfe95b2ed9267965df2dcca4beb72755e /tests/gdtiled/CMakeLists.txt | |
parent | 3826c44e52b4d2e4c06eae3aca908246465b6968 (diff) | |
parent | 82d260950589563a1af9c56f4ce5fde843a695ae (diff) | |
download | libgd-a2b3ba08ef945e472de9ceeef2b748eb4028cf7a.tar.gz |
Merge branch 'master' into webp-lossless
# Conflicts:
# tests/webp/.gitignore
# tests/webp/CMakeLists.txt
# tests/webp/Makemodule.am
Diffstat (limited to 'tests/gdtiled/CMakeLists.txt')
-rw-r--r-- | tests/gdtiled/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gdtiled/CMakeLists.txt b/tests/gdtiled/CMakeLists.txt index 921d00e..25f6045 100644 --- a/tests/gdtiled/CMakeLists.txt +++ b/tests/gdtiled/CMakeLists.txt @@ -1,5 +1,9 @@ +IF(PNG_FOUND) +IF(ZLIB_FOUND) LIST(APPEND TESTS_FILES bug00032 ) +ENDIF(ZLIB_FOUND) +ENDIF(PNG_FOUND) ADD_GD_TESTS() |