bin/CMakeLists.txt
author sheepluva
Thu, 11 Dec 2014 01:24:27 +0100
changeset 10650 7f23971bd9db
parent 8330 aaefa587e277
child 13326 a4e7e62f2c0d
permissions -rw-r--r--
fix some old code that assumes that a bullet under water is always outside land array - which is wrong (e.g. during sudden-death in previous releases, also weSea now) also removed usage of Gear^.Damage after "if Gear^.Damage > 0 then Gear^.Damage:= 0;"

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)