bin/CMakeLists.txt
author nemo
Fri, 28 Nov 2014 14:58:33 -0500
changeset 10556 c4ca0fc00c3b
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
zopfli compression for images where the win was 10+% and the files would be included in the release

if(WIN32 AND NOT UNIX)
    file(GLOB DLLs *.dll)
    file(GLOB ICOs *.ico)

    install(FILES
        ${DLLs}
        ${ICOs}
        DESTINATION ${target_library_install_dir})
endif(WIN32 AND NOT UNIX)