bin/CMakeLists.txt
author nemo
Thu, 22 Feb 2018 20:10:22 -0500
changeset 13058 004f4f7dc9d4
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
Enemy hogs should at least try to get to you in low gravity

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)