summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/tests/xbm/CMakeLists.txt
blob: 3e3bb696cade0c05c312ceab1f60a452e08a2fdd (plain)
1
2
3
4
5
6
7
8
9
IF(PNG_FOUND)
LIST(APPEND TESTS_FILES
	github_bug_109
	github_bug_170
	x10_basic_read
)
ENDIF(PNG_FOUND)

ADD_GD_TESTS()