bin/CMakeLists.txt
author nemo
Sun, 04 Oct 2015 16:30:55 -0400
changeset 11197 8e0e3b79efa3
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Avoid waiting past end of turn for smine.

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)