"Fossies" - the Fresh Open Source Software Archive

Member "libgd-2.3.3/tests/webp/CMakeLists.txt" (11 Sep 2021, 191 Bytes) of package /linux/www/libgd-2.3.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "CMakeLists.txt": 2.3.2_vs_2.3.3.

    1 IF(WEBP_FOUND)
    2 LIST(APPEND TESTS_FILES
    3 	bug00111
    4 	gdImageWebpEx
    5 	webp_ll_im2im
    6 )
    7 IF(JPEG_FOUND)
    8 LIST(APPEND TESTS_FILES
    9 	bug_double_free
   10 )
   11 ENDIF(JPEG_FOUND)
   12 ENDIF(WEBP_FOUND)
   13 
   14 ADD_GD_TESTS()