bin/CMakeLists.txt
author nemo
Sun, 25 Feb 2018 18:54:51 -0500
changeset 13069 ba7ac61c7668
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
falling hogs using rope were ignoring a few things (for example taking damage from rubber)

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)