summaryrefslogtreecommitdiff
path: root/tests/gdimagecopyresized/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gdimagecopyresized/CMakeLists.txt')
-rw-r--r--tests/gdimagecopyresized/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/gdimagecopyresized/CMakeLists.txt b/tests/gdimagecopyresized/CMakeLists.txt
new file mode 100644
index 0000000..78b4fa9
--- /dev/null
+++ b/tests/gdimagecopyresized/CMakeLists.txt
@@ -0,0 +1,7 @@
+IF(PNG_FOUND)
+LIST(APPEND TESTS_FILES
+ gdimagecopyresized
+)
+ENDIF(PNG_FOUND)
+
+ADD_GD_TESTS()