libgd/tests/gdcolormaplookup/CMakeLists.txt

7 lines
92 B
CMake

if (NOT WIN32)
LIST(APPEND TESTS_FILES
gdcolormaplookup
)
endif (NOT WIN32)
ADD_GD_TESTS()