bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 03 May 2018 22:05:25 +0200
changeset 13371 da913fc1d350
parent 13326 a4e7e62f2c0d
child 13384 cf8abedaa878
permissions -rw-r--r--
Lua API: GetAmmoTimer, to get the player-set timer for an ammo

if(WIN32 AND NOT UNIX)
    file(GLOB_RECURSE DLLs *.dll)
    file(GLOB ICOs *.ico)

    install(FILES
        ${DLLs}
        ${ICOs}
        DESTINATION ${target_library_install_dir})
endif(WIN32 AND NOT UNIX)