bin/CMakeLists.txt
author unc0rr
Fri, 02 Jan 2015 00:14:49 +0300
branch0.9.21
changeset 10733 b22c57f45e86
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Revert 5f34d3341fc1 and 28d5cebdf660, fix 9b789de8e5df instead

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)